mirror of
https://github.com/python/cpython.git
synced 2025-08-17 15:21:26 +00:00
gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521)
* Rewrite imghdr inlining for clarity and completeness * Move MIMEImage class back closer to the top of the file since it's the important thing. * Use a decorate to mark a given rule function and simplify the rule function names for clarity. * Copy over all the imghdr test data files into the email package's test data directory. This way when imghdr is actually removed, it won't affect the MIMEImage guessing tests. * Rewrite and extend the MIMEImage tests to test for all supported auto-detected MIME image subtypes. * Remove the now redundant PyBanner048.gif data file. * See https://github.com/python/cpython/pull/91461#discussion_r850313336 Co-authored-by: Oleg Iarygin <dralife@yandex.ru> Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
This commit is contained in:
parent
ee475430d4
commit
1fcb39ea64
17 changed files with 152 additions and 117 deletions
BIN
Lib/test/test_email/data/python.sgi
Normal file
BIN
Lib/test/test_email/data/python.sgi
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue