summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-11-18 18:13:20 (GMT)
committerGitHub <noreply@github.com>2024-11-18 18:13:20 (GMT)
commit933f21c3c92f758fb0615d6a4cca10249c686ae7 (patch)
treec0d9d0754db0502f2d0930bf9ea043312318de59 /Misc
parentf7ef0203d44acb21ab1c5ff0c3e15f9727862760 (diff)
downloadcpython-933f21c3c92f758fb0615d6a4cca10249c686ae7.zip
cpython-933f21c3c92f758fb0615d6a4cca10249c686ae7.tar.gz
cpython-933f21c3c92f758fb0615d6a4cca10249c686ae7.tar.bz2
gh-85957: Add missing MIME types for images with RFCs (#126966)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-18-15-33-25.gh-issue-85957.8gT3B-.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-18-15-33-25.gh-issue-85957.8gT3B-.rst b/Misc/NEWS.d/next/Library/2024-11-18-15-33-25.gh-issue-85957.8gT3B-.rst
new file mode 100644
index 0000000..02d3fe3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-18-15-33-25.gh-issue-85957.8gT3B-.rst
@@ -0,0 +1,2 @@
+Add missing MIME types for images with RFCs: emf, fits, g3fax, jp2, jpm,
+jpx, t38, tiff-fx and wmf. Patch by Hugo van Kemenade.