gh-104773: PEP 594: Remove the imghdr module by vstinner · Pull Request #104777 · python/cpython

hugovk

AA-Turner

AA-Turner

@vstinner vstinner changed the title gh-104773: PEP 594: Remove the imghdr module WIP (blocked by Sphinx): gh-104773: PEP 594: Remove the imghdr module

May 24, 2023

@vstinner vstinner changed the title WIP (blocked by Sphinx): gh-104773: PEP 594: Remove the imghdr module gh-104773: PEP 594: Remove the imghdr module

May 26, 2023

@vstinner vstinner marked this pull request as ready for review

May 26, 2023 12:56
* 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.

@vstinner