diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-25 15:20:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 15:20:48 (GMT) |
commit | 036da3bd43aa2593d17d2fb73d4794f9965c577d (patch) | |
tree | 24627302c76e6735c98b08bd533239b050461ebc /Doc/whatsnew/2.0.rst | |
parent | 076b6204cbe481fdec39ce12a71aaaa6384478a0 (diff) | |
download | cpython-036da3bd43aa2593d17d2fb73d4794f9965c577d.zip cpython-036da3bd43aa2593d17d2fb73d4794f9965c577d.tar.gz cpython-036da3bd43aa2593d17d2fb73d4794f9965c577d.tar.bz2 |
gh-104773: PEP 594: Remove the aifc module (#104933)
* Remove .aifc and .aiff test files of Lib/test/audiodata/
* Remove Lib/test/Sine-1000Hz-300ms.aif test file
Diffstat (limited to 'Doc/whatsnew/2.0.rst')
-rw-r--r-- | Doc/whatsnew/2.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.0.rst b/Doc/whatsnew/2.0.rst index e6c7ec9..b1e5849 100644 --- a/Doc/whatsnew/2.0.rst +++ b/Doc/whatsnew/2.0.rst @@ -1031,7 +1031,7 @@ Module changes Lots of improvements and bugfixes were made to Python's extensive standard library; some of the affected modules include :mod:`readline`, :mod:`ConfigParser`, :mod:`!cgi`, :mod:`calendar`, :mod:`posix`, :mod:`readline`, -:mod:`xmllib`, :mod:`aifc`, :mod:`chunk, wave`, :mod:`random`, :mod:`shelve`, +:mod:`xmllib`, :mod:`!aifc`, :mod:`chunk, wave`, :mod:`random`, :mod:`shelve`, and :mod:`!nntplib`. Consult the CVS logs for the exact patch-by-patch details. Brian Gallew contributed OpenSSL support for the :mod:`socket` module. OpenSSL |