summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-25 16:27:55 (GMT)
committerGitHub <noreply@github.com>2023-05-25 16:27:55 (GMT)
commit77d7ec5aa978db05cfb6f83e7624ca195065ce11 (patch)
treee4e2f007e989e6f0438db6e58b158a526e0a8a1d /Python
parentf66be6b11a0329e90cb0630c24fd8b07ce6b5c7c (diff)
downloadcpython-77d7ec5aa978db05cfb6f83e7624ca195065ce11.zip
cpython-77d7ec5aa978db05cfb6f83e7624ca195065ce11.tar.gz
cpython-77d7ec5aa978db05cfb6f83e7624ca195065ce11.tar.bz2
gh-104773: PEP 594: Remove the chunk module (#104868)
The module had no tests.
Diffstat (limited to 'Python')
-rw-r--r--Python/stdlib_module_names.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index 94f8cb5..5af120d 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -103,7 +103,6 @@ static const char* _Py_stdlib_module_names[] = {
"bz2",
"cProfile",
"calendar",
-"chunk",
"cmath",
"cmd",
"code",