diff options
author | Dylan Van Assche <me@dylanvanassche.be> | 2021-11-20 15:52:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 15:52:00 (GMT) |
commit | ef5305819ff9b283d92dbf004f977592f4e64165 (patch) | |
tree | 87a0c2d75ae33b719d9c6df5f2c0615ffd741c5e /Misc | |
parent | f36c69a26ee880acf62a5ae8c5da49312e84c66d (diff) | |
download | cpython-ef5305819ff9b283d92dbf004f977592f4e64165.zip cpython-ef5305819ff9b283d92dbf004f977592f4e64165.tar.gz cpython-ef5305819ff9b283d92dbf004f977592f4e64165.tar.bz2 |
bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig (GH-23230)
Co-authored-by: Éric Araujo <merwok@netwok.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-11-10-17-46-12.bpo-42158.OhxAiH.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-10-17-46-12.bpo-42158.OhxAiH.rst b/Misc/NEWS.d/next/Library/2020-11-10-17-46-12.bpo-42158.OhxAiH.rst new file mode 100644 index 0000000..a71b481 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-11-10-17-46-12.bpo-42158.OhxAiH.rst @@ -0,0 +1 @@ +Add MIME types for N-quads, N-triples, Notation3 and TriG to ``mimetypes``. |