diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-26 13:29:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 13:29:45 (GMT) |
commit | e399f46a77263621610b350453e0f50252c6dc08 (patch) | |
tree | c90da37d75dffaba32a031488c406fea1d7db022 /Python | |
parent | ba73473f4c18ba4cf7ab18d84d94a47d2d37a0c5 (diff) | |
download | cpython-e399f46a77263621610b350453e0f50252c6dc08.zip cpython-e399f46a77263621610b350453e0f50252c6dc08.tar.gz cpython-e399f46a77263621610b350453e0f50252c6dc08.tar.bz2 |
gh-104773: PEP 594: Remove the imghdr module (#104777)
* Remove the Lib/test/imghdrdata/ directory.
* Copy 5 pictures (gif, png, ppm, pgm, xbm) from removed
Lib/test/imghdrdata/ to a new Lib/test/tkinterdata/ directory.
* Update Sphinx from 4.5 to 6.2 in Doc/requirements.txt.
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 5af120d..925b8b3 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -156,7 +156,6 @@ static const char* _Py_stdlib_module_names[] = { "http", "idlelib", "imaplib", -"imghdr", "importlib", "inspect", "io", |