Skip to content

Commit 3bb6912

Browse files
gh-100734: Add 'Notable change in 3.11.x' to whatsnew/3.11.rst (#114657)
Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent d00fbed commit 3bb6912

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,4 +2701,30 @@ Removed
27012701
(Contributed by Inada Naoki in :issue:`44029`.)
27022702

27032703

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+
27042730
.. _libb2: https://www.blake2.net/

0 commit comments

Comments
 (0)