mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
gh-104773: PEP 594: Remove the chunk module (#104868)
The module had no tests.
This commit is contained in:
parent
f66be6b11a
commit
77d7ec5aa9
10 changed files with 8 additions and 321 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -103,7 +103,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"bz2",
|
||||
"cProfile",
|
||||
"calendar",
|
||||
"chunk",
|
||||
"cmath",
|
||||
"cmd",
|
||||
"code",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue