mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
gh-104773: PEP 594: Remove the audioop module (#104937)
This commit is contained in:
parent
036da3bd43
commit
f66be6b11a
24 changed files with 14 additions and 4255 deletions
|
@ -1,7 +1,6 @@
|
|||
# Module/Setup.local with reduced stdlib
|
||||
*disabled*
|
||||
_asyncio
|
||||
audioop
|
||||
_bz2
|
||||
_decimal
|
||||
_pickle
|
||||
|
|
|
@ -78,7 +78,6 @@ OMIT_NETWORKING_FILES = (
|
|||
|
||||
OMIT_MODULE_FILES = {
|
||||
"_asyncio": ["asyncio/"],
|
||||
"audioop": ["wave.py"],
|
||||
"_curses": ["curses/"],
|
||||
"_ctypes": ["ctypes/"],
|
||||
"_decimal": ["decimal.py"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue