cpython/Lib/email/mime
Brett Cannon 3fc57e8f6f
gh-91217: deprecate imghdr (#91461)
* Deprecate imghdr

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Update Doc/whatsnew/3.11.rst

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Inline `imghdr` into `email.mime.image`

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Barry Warsaw <barry@python.org>
2022-04-13 10:47:41 -07:00
..
__init__.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
application.py #27331: add policy keyword argument to all MIME subclasses. 2016-09-07 16:48:35 -04:00
audio.py #27331: add policy keyword argument to all MIME subclasses. 2016-09-07 16:48:35 -04:00
base.py #27331: add policy keyword argument to all MIME subclasses. 2016-09-07 16:48:35 -04:00
image.py gh-91217: deprecate imghdr (#91461) 2022-04-13 10:47:41 -07:00
message.py #27331: add policy keyword argument to all MIME subclasses. 2016-09-07 16:48:35 -04:00
multipart.py #27331: add policy keyword argument to all MIME subclasses. 2016-09-07 16:48:35 -04:00
nonmultipart.py Closes #19434: fix copy-paste error in MIMENonMultipart docstring. 2014-10-02 12:35:08 +02:00
text.py Issue #27445: Merge from 3.5 2016-09-08 19:42:11 +03:00