mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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.
This commit is contained in:
parent
ba73473f4c
commit
e399f46a77
28 changed files with 21 additions and 425 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -156,7 +156,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"http",
|
||||
"idlelib",
|
||||
"imaplib",
|
||||
"imghdr",
|
||||
"importlib",
|
||||
"inspect",
|
||||
"io",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue