summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.12.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-25 14:25:27 (GMT)
committerGitHub <noreply@github.com>2023-05-25 14:25:27 (GMT)
commitdbc8216f4c00ea40b0c2d3ca487e5afeb4b0e0b1 (patch)
tree87054aa8f6853402fadad273a071839e88aaeced /Doc/whatsnew/3.12.rst
parente4127eaa1ea9104be0a1d9d9e147d50ba88f59aa (diff)
downloadcpython-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.rst2
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: