diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-25 14:25:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 14:25:27 (GMT) |
commit | dbc8216f4c00ea40b0c2d3ca487e5afeb4b0e0b1 (patch) | |
tree | 87054aa8f6853402fadad273a071839e88aaeced /Doc/whatsnew/3.12.rst | |
parent | e4127eaa1ea9104be0a1d9d9e147d50ba88f59aa (diff) | |
download | cpython-dbc8216f4c00ea40b0c2d3ca487e5afeb4b0e0b1.zip cpython-dbc8216f4c00ea40b0c2d3ca487e5afeb4b0e0b1.tar.gz cpython-dbc8216f4c00ea40b0c2d3ca487e5afeb4b0e0b1.tar.bz2 |
gh-104773: PEP 594: Remove the uu module (#104932)
Doc/license.rst: Keep the UUencode and UUdecode license since it's
also used by the uu codec.
Diffstat (limited to 'Doc/whatsnew/3.12.rst')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index f01cc27..7c18406 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -935,7 +935,7 @@ Modules (see :pep:`594`): * :mod:`!spwd` * :mod:`!sunau` * :mod:`!telnetlib` -* :mod:`uu` +* :mod:`!uu` * :mod:`!xdrlib` APIs: |