File tree 1 file changed +26
-0
lines changed 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -2701,4 +2701,30 @@ Removed
2701
2701
(Contributed by Inada Naoki in :issue: `44029 `.)
2702
2702
2703
2703
2704
+ Notable changes in 3.11.4
2705
+ =========================
2706
+
2707
+ tarfile
2708
+ -------
2709
+
2710
+ * The extraction methods in :mod: `tarfile `, and :func: `shutil.unpack_archive `,
2711
+ have a new a *filter * argument that allows limiting tar features than may be
2712
+ surprising or dangerous, such as creating files outside the destination
2713
+ directory.
2714
+ See :ref: `tarfile-extraction-filter ` for details.
2715
+ In Python 3.12, use without the *filter * argument will show a
2716
+ :exc: `DeprecationWarning `.
2717
+ In Python 3.14, the default will switch to ``'data' ``.
2718
+ (Contributed by Petr Viktorin in :pep: `706 `.)
2719
+
2720
+
2721
+ Notable changes in 3.11.5
2722
+ =========================
2723
+
2724
+ OpenSSL
2725
+ -------
2726
+
2727
+ * Windows builds and macOS installers from python.org now use OpenSSL 3.0.
2728
+
2729
+
2704
2730
.. _libb2 : https://www.blake2.net/
You can’t perform that action at this time.
0 commit comments