diff options
author | Gregory P. Smith <greg@krypto.org> | 2021-10-19 18:28:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 18:28:27 (GMT) |
commit | fdbdf3f7359832820a11ece4c4b01581004d6fe7 (patch) | |
tree | 6d1c8ae300ebc5bc91a521e71fbf797772d2b216 /Doc/whatsnew/3.11.rst | |
parent | 7bafa0cf586227987d3d662264d491e3780024b7 (diff) | |
download | cpython-fdbdf3f7359832820a11ece4c4b01581004d6fe7.zip cpython-fdbdf3f7359832820a11ece4c4b01581004d6fe7.tar.gz cpython-fdbdf3f7359832820a11ece4c4b01581004d6fe7.tar.bz2 |
bpo-40360: Make the 2to3 deprecation more obvious. (GH-29064)
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 2e57f0c..b583c2f 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -308,9 +308,9 @@ CPython bytecode changes Deprecated ========== -* The :mod:`lib2to3` package is now deprecated and may not be able to parse - Python 3.10 or newer. See the :pep:`617` (New PEG parser for CPython). - (Contributed by Victor Stinner in :issue:`40360`.) +* The :mod:`lib2to3` package and ``2to3`` tool are now deprecated and may not + be able to parse Python 3.10 or newer. See the :pep:`617` (New PEG parser for + CPython). (Contributed by Victor Stinner in :issue:`40360`.) * :class:`webbrowser.MacOSX` is deprecated and will be removed in Python 3.13. It is untested and undocumented and also not used by webbrowser itself. |