diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-25 15:20:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 15:20:48 (GMT) |
commit | 036da3bd43aa2593d17d2fb73d4794f9965c577d (patch) | |
tree | 24627302c76e6735c98b08bd533239b050461ebc /Python | |
parent | 076b6204cbe481fdec39ce12a71aaaa6384478a0 (diff) | |
download | cpython-036da3bd43aa2593d17d2fb73d4794f9965c577d.zip cpython-036da3bd43aa2593d17d2fb73d4794f9965c577d.tar.gz cpython-036da3bd43aa2593d17d2fb73d4794f9965c577d.tar.bz2 |
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
Diffstat (limited to 'Python')
-rw-r--r-- | Python/stdlib_module_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index db574fe..d7ea702 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -89,7 +89,6 @@ static const char* _Py_stdlib_module_names[] = { "_winapi", "_zoneinfo", "abc", -"aifc", "antigravity", "argparse", "array", |