diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-11 19:32:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 19:32:37 (GMT) |
commit | a3d6d23a923d62a713b9e4536d5f7ce7313d99c7 (patch) | |
tree | 82c4c5b5ae2e8ff80d1b7cb842674b44a5f91888 /Misc | |
parent | 3e499cda47afe2282ca3f1d04151e2c86f2e7e09 (diff) | |
download | cpython-a3d6d23a923d62a713b9e4536d5f7ce7313d99c7.zip cpython-a3d6d23a923d62a713b9e4536d5f7ce7313d99c7.tar.gz cpython-a3d6d23a923d62a713b9e4536d5f7ce7313d99c7.tar.bz2 |
bpo-40626: Support HDF5 in mimetypes (GH-20042)
Add hdf5 with .h5 file extension
See 'Recommendations' section for mime types from the HDF group: https://www.hdfgroup.org/2018/06/citations-for-hdf-data-and-software/
Patch by Mark Schwab.
(cherry picked from commit 60c2a810e37994fc640c58d0ef45b6843354b770)
Co-authored-by: MARK SCHWAB <32745414+schwabm@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-05-18-17-29-30.bpo-40626.NeZufF.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-18-17-29-30.bpo-40626.NeZufF.rst b/Misc/NEWS.d/next/Library/2020-05-18-17-29-30.bpo-40626.NeZufF.rst new file mode 100644 index 0000000..fe652cd --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-05-18-17-29-30.bpo-40626.NeZufF.rst @@ -0,0 +1 @@ +Add h5 file extension as MIME Type application/x-hdf5, as per HDF Group recommendation for HDF5 formatted data files. Patch contributed by Mark Schwab. |