diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 09:32:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 09:32:18 (GMT) |
commit | 7b00940f69ab26212ea375860a1956e157dd2c30 (patch) | |
tree | cb879b99dd188e65617e97a5f8f30101a20e57d5 /Misc | |
parent | 08d592389603500af398d278af4842cff6f22c33 (diff) | |
download | cpython-7b00940f69ab26212ea375860a1956e157dd2c30.zip cpython-7b00940f69ab26212ea375860a1956e157dd2c30.tar.gz cpython-7b00940f69ab26212ea375860a1956e157dd2c30.tar.bz2 |
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Remove the Lib/test/sndhdrdata/ directory.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-23-01-37-40.gh-issue-104773.8c-GsG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-23-01-37-40.gh-issue-104773.8c-GsG.rst b/Misc/NEWS.d/next/Library/2023-05-23-01-37-40.gh-issue-104773.8c-GsG.rst new file mode 100644 index 0000000..2289161 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-23-01-37-40.gh-issue-104773.8c-GsG.rst @@ -0,0 +1,2 @@ +:pep:`594`: Remove the :mod:`!sndhdr` module, deprecated in Python 3.11. +Patch by Victor Stinner. |