summaryrefslogtreecommitdiffstats
path: root/Lib/test/tkinterdata/python.pgm
Commit message (Collapse)AuthorAgeFilesLines
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-261-0/+0
* 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.