mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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
This commit is contained in:
parent
076b6204cb
commit
036da3bd43
25 changed files with 20 additions and 1688 deletions
|
@ -78,7 +78,7 @@ OMIT_NETWORKING_FILES = (
|
|||
|
||||
OMIT_MODULE_FILES = {
|
||||
"_asyncio": ["asyncio/"],
|
||||
"audioop": ["aifc.py", "wave.py"],
|
||||
"audioop": ["wave.py"],
|
||||
"_curses": ["curses/"],
|
||||
"_ctypes": ["ctypes/"],
|
||||
"_decimal": ["decimal.py"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue