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:
Victor Stinner 2023-05-24 15:51:59 +02:00 committed by GitHub
parent 8e5b3b90c8
commit a5e0f5b230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 16 additions and 981 deletions

View file

@ -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/"],