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:
Victor Stinner 2023-05-26 15:29:45 +02:00 committed by GitHub
parent ba73473f4c
commit e399f46a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 21 additions and 425 deletions

View file

@ -156,7 +156,6 @@ static const char* _Py_stdlib_module_names[] = {
"http",
"idlelib",
"imaplib",
"imghdr",
"importlib",
"inspect",
"io",