diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-25 15:59:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 15:59:00 (GMT) |
commit | f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c (patch) | |
tree | d76024eb76ae73d937a3871540f89ab094272714 /Misc | |
parent | 036da3bd43aa2593d17d2fb73d4794f9965c577d (diff) | |
download | cpython-f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c.zip cpython-f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c.tar.gz cpython-f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c.tar.bz2 |
gh-104773: PEP 594: Remove the audioop module (#104937)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-25-17-25-16.gh-issue-104773.O6TOMc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-25-17-25-16.gh-issue-104773.O6TOMc.rst b/Misc/NEWS.d/next/Library/2023-05-25-17-25-16.gh-issue-104773.O6TOMc.rst new file mode 100644 index 0000000..e668e75 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-25-17-25-16.gh-issue-104773.O6TOMc.rst @@ -0,0 +1,2 @@ +:pep:`594`: Remove the :mod:`!audioop` module, deprecated in Python 3.11. +Patch by Victor Stinner. |