diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 13:51:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 13:51:59 (GMT) |
commit | a5e0f5b230d2c900ff36be9806e3ddb3d537386b (patch) | |
tree | 1a6a17d59915c928ae5ae55108b5eac4ee076017 /Misc/NEWS.d/3.7.0b3.rst | |
parent | 8e5b3b90c83d9aaca1dc2299da696b994780bcc0 (diff) | |
download | cpython-a5e0f5b230d2c900ff36be9806e3ddb3d537386b.zip cpython-a5e0f5b230d2c900ff36be9806e3ddb3d537386b.tar.gz cpython-a5e0f5b230d2c900ff36be9806e3ddb3d537386b.tar.bz2 |
gh-104773: PEP 594: Remove the sunau module (#104863)
* Remove Lib/test/audiodata/pluck-*.au files.
* Remove Lib/test/audiotest.au file.
Diffstat (limited to 'Misc/NEWS.d/3.7.0b3.rst')
-rw-r--r-- | Misc/NEWS.d/3.7.0b3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.0b3.rst b/Misc/NEWS.d/3.7.0b3.rst index 547fb50..9801106 100644 --- a/Misc/NEWS.d/3.7.0b3.rst +++ b/Misc/NEWS.d/3.7.0b3.rst @@ -326,7 +326,7 @@ documentation. Improved exceptions raised for invalid number of channels and sample width when read an audio file in modules :mod:`aifc`, :mod:`wave` and -:mod:`sunau`. +:mod:`!sunau`. .. |