summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNitish Chandra <nitishchandrachinta@gmail.com>2017-12-08 12:48:44 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2017-12-08 12:48:44 (GMT)
commitede157331b4f9e550334900b3b4de1c8590688de (patch)
tree1a5ac61cc353564d840dc2294e2f4bac7d59a382 /Misc
parent11cc289490b7b275fc0a033e2b376a8d4c780d9b (diff)
downloadcpython-ede157331b4f9e550334900b3b4de1c8590688de.zip
cpython-ede157331b4f9e550334900b3b4de1c8590688de.tar.gz
cpython-ede157331b4f9e550334900b3b4de1c8590688de.tar.bz2
bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756)
Per rfc7903 this is the standard MIME type for this file format, and appears as such in the IANA MIME registry.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-12-08-15-09-41.bpo-22589.8ouqI6.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-08-15-09-41.bpo-22589.8ouqI6.rst b/Misc/NEWS.d/next/Library/2017-12-08-15-09-41.bpo-22589.8ouqI6.rst
new file mode 100644
index 0000000..e8469cb
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-12-08-15-09-41.bpo-22589.8ouqI6.rst
@@ -0,0 +1 @@
+Changed MIME type of .bmp from 'image/x-ms-bmp' to 'image/bmp'