diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-25 16:27:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 16:27:55 (GMT) |
commit | 77d7ec5aa978db05cfb6f83e7624ca195065ce11 (patch) | |
tree | e4e2f007e989e6f0438db6e58b158a526e0a8a1d /Doc/whatsnew/2.0.rst | |
parent | f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c (diff) | |
download | cpython-77d7ec5aa978db05cfb6f83e7624ca195065ce11.zip cpython-77d7ec5aa978db05cfb6f83e7624ca195065ce11.tar.gz cpython-77d7ec5aa978db05cfb6f83e7624ca195065ce11.tar.bz2 |
gh-104773: PEP 594: Remove the chunk module (#104868)
The module had no tests.
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 b1e5849..489268c 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`, :mod:`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 |