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 /Misc/NEWS.d/3.7.0b3.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 '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 9801106..c86963b7 100644 --- a/Misc/NEWS.d/3.7.0b3.rst +++ b/Misc/NEWS.d/3.7.0b3.rst @@ -325,7 +325,7 @@ documentation. .. section: Library Improved exceptions raised for invalid number of channels and sample width -when read an audio file in modules :mod:`aifc`, :mod:`wave` and +when read an audio file in modules :mod:`!aifc`, :mod:`wave` and :mod:`!sunau`. .. |