diff options
author | Brett Cannon <brett@python.org> | 2022-04-13 17:47:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 17:47:41 (GMT) |
commit | 3fc57e8f6ff925b561b03c46bcf5bd323782c19c (patch) | |
tree | a69bfe3acdb5be3ee7ffc0536d15397a39580800 /Misc | |
parent | dfbc792a4b1e033d6628eda463c0933aef081bbe (diff) | |
download | cpython-3fc57e8f6ff925b561b03c46bcf5bd323782c19c.zip cpython-3fc57e8f6ff925b561b03c46bcf5bd323782c19c.tar.gz cpython-3fc57e8f6ff925b561b03c46bcf5bd323782c19c.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-11-17-04-38.gh-issue-91217.QVDLOq.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-11-17-04-38.gh-issue-91217.QVDLOq.rst b/Misc/NEWS.d/next/Library/2022-04-11-17-04-38.gh-issue-91217.QVDLOq.rst new file mode 100644 index 0000000..3e59c20 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-11-17-04-38.gh-issue-91217.QVDLOq.rst @@ -0,0 +1 @@ +Deprecate the imghdr module. |