]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104773: PEP 594: Remove the imghdr module (#104777)
authorVictor Stinner <vstinner@python.org>
Fri, 26 May 2023 13:29:45 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 13:29:45 +0000 (13:29 +0000)
commite399f46a77263621610b350453e0f50252c6dc08
treec90da37d75dffaba32a031488c406fea1d7db022
parentba73473f4c18ba4cf7ab18d84d94a47d2d37a0c5
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.
28 files changed:
Doc/library/imghdr.rst [deleted file]
Doc/library/superseded.rst
Doc/requirements.txt
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.5.rst
Lib/imghdr.py [deleted file]
Lib/test/imghdrdata/python-raw.jpg [deleted file]
Lib/test/imghdrdata/python.bmp [deleted file]
Lib/test/imghdrdata/python.exr [deleted file]
Lib/test/imghdrdata/python.jpg [deleted file]
Lib/test/imghdrdata/python.pbm [deleted file]
Lib/test/imghdrdata/python.ras [deleted file]
Lib/test/imghdrdata/python.sgi [deleted file]
Lib/test/imghdrdata/python.tiff [deleted file]
Lib/test/imghdrdata/python.webp [deleted file]
Lib/test/test_imghdr.py [deleted file]
Lib/test/test_tkinter/test_images.py
Lib/test/test_tkinter/widget_tests.py
Lib/test/tkinterdata/python.gif [moved from Lib/test/imghdrdata/python.gif with 100% similarity]
Lib/test/tkinterdata/python.pgm [moved from Lib/test/imghdrdata/python.pgm with 100% similarity]
Lib/test/tkinterdata/python.png [moved from Lib/test/imghdrdata/python.png with 100% similarity]
Lib/test/tkinterdata/python.ppm [moved from Lib/test/imghdrdata/python.ppm with 100% similarity]
Lib/test/tkinterdata/python.xbm [moved from Lib/test/imghdrdata/python.xbm with 100% similarity]
Makefile.pre.in
Misc/NEWS.d/next/Library/2023-05-23-02-13-11.gh-issue-104773.JNiEjv.rst [new file with mode: 0644]
Python/stdlib_module_names.h