]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104773: PEP 594: Remove the aifc module (#104933)
authorVictor Stinner <vstinner@python.org>
Thu, 25 May 2023 15:20:48 +0000 (17:20 +0200)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 15:20:48 +0000 (17:20 +0200)
commit036da3bd43aa2593d17d2fb73d4794f9965c577d
tree24627302c76e6735c98b08bd533239b050461ebc
parent076b6204cbe481fdec39ce12a71aaaa6384478a0
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
25 files changed:
Doc/library/aifc.rst [deleted file]
Doc/library/superseded.rst
Doc/library/wave.rst
Doc/tools/.nitignore
Doc/whatsnew/2.0.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.7.rst
Lib/aifc.py [deleted file]
Lib/test/Sine-1000Hz-300ms.aif [deleted file]
Lib/test/audiodata/pluck-alaw.aifc [deleted file]
Lib/test/audiodata/pluck-pcm16.aiff [deleted file]
Lib/test/audiodata/pluck-pcm24.aiff [deleted file]
Lib/test/audiodata/pluck-pcm32.aiff [deleted file]
Lib/test/audiodata/pluck-pcm8.aiff [deleted file]
Lib/test/audiodata/pluck-ulaw.aifc [deleted file]
Lib/test/test_aifc.py [deleted file]
Lib/wave.py
Misc/NEWS.d/3.7.0b3.rst
Misc/NEWS.d/3.8.0a1.rst
Misc/NEWS.d/next/Library/2023-05-25-16-50-43.gh-issue-104773.pmg0Fr.rst [new file with mode: 0644]
Python/stdlib_module_names.h
Tools/wasm/wasm_assets.py