]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (#114657)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sun, 28 Jan 2024 20:28:25 +0000 (22:28 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jan 2024 20:28:25 +0000 (20:28 +0000)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/whatsnew/3.11.rst

index a8a7dfda0c5309bdb46a2b6187053a3aeb66cfbb..4f4c1de8d8d596437d32f45958a601912bf045fb 100644 (file)
@@ -2701,4 +2701,30 @@ Removed
   (Contributed by Inada Naoki in :issue:`44029`.)
 
 
+Notable changes in 3.11.4
+=========================
+
+tarfile
+-------
+
+* The extraction methods in :mod:`tarfile`, and :func:`shutil.unpack_archive`,
+  have a new a *filter* argument that allows limiting tar features than may be
+  surprising or dangerous, such as creating files outside the destination
+  directory.
+  See :ref:`tarfile-extraction-filter` for details.
+  In Python 3.12, use without the *filter* argument will show a
+  :exc:`DeprecationWarning`.
+  In Python 3.14, the default will switch to ``'data'``.
+  (Contributed by Petr Viktorin in :pep:`706`.)
+
+
+Notable changes in 3.11.5
+=========================
+
+OpenSSL
+-------
+
+* Windows builds and macOS installers from python.org now use OpenSSL 3.0.
+
+
 .. _libb2: https://www.blake2.net/