summaryrefslogtreecommitdiffstats
path: root/Lib/test/imghdrdata/python.bmp
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.
* Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-261-0/+0
Based on patch by Claudiu Popa.