summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-05-01 18:27:06 (GMT)
committerGitHub <noreply@github.com>2024-05-01 18:27:06 (GMT)
commit3b3f8dea575d81a9e68f04b434942d06bd03fad5 (patch)
tree13ed08c5e83aa482167ea594997feda61f0ee545 /Python
parent164e2c31c073b5fd8d25b3432a5e5c721f747393 (diff)
downloadcpython-3b3f8dea575d81a9e68f04b434942d06bd03fad5.zip
cpython-3b3f8dea575d81a9e68f04b434942d06bd03fad5.tar.gz
cpython-3b3f8dea575d81a9e68f04b434942d06bd03fad5.tar.bz2
gh-117225: Move colorize functionality to own internal module (#118283)
Diffstat (limited to 'Python')
-rw-r--r--Python/stdlib_module_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index f44abf1..ba32084 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -20,6 +20,7 @@ static const char* _Py_stdlib_module_names[] = {
"_codecs_tw",
"_collections",
"_collections_abc",
+"_colorize",
"_compat_pickle",
"_compression",
"_contextvars",