mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-104773: PEP 594: Remove the sunau module (#104863)
* Remove Lib/test/audiodata/pluck-*.au files. * Remove Lib/test/audiotest.au file.
This commit is contained in:
parent
8e5b3b90c8
commit
a5e0f5b230
21 changed files with 16 additions and 981 deletions
|
@ -84,7 +84,7 @@ OMIT_NETWORKING_FILES = (
|
|||
|
||||
OMIT_MODULE_FILES = {
|
||||
"_asyncio": ["asyncio/"],
|
||||
"audioop": ["aifc.py", "sunau.py", "wave.py"],
|
||||
"audioop": ["aifc.py", "wave.py"],
|
||||
"_crypt": ["crypt.py"],
|
||||
"_curses": ["curses/"],
|
||||
"_ctypes": ["ctypes/"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue