This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author DylanVanAssche
Recipients DylanVanAssche
Date 2020-10-26.17:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603735016.36.0.247111341461.issue42158@roundup.psfhosted.org>
In-reply-to
Content
guess_format() from lib/mimetypes.py doesn't guess correctly the following MIME types:

- .nq: application/n-quads (specification: https://www.w3.org/TR/n-quads/)
- .nt: application/n-triples (specification: https://www.w3.org/TR/n-triples/)
- .n3: text/n3 (specification: https://www.w3.org/TeamSubmission/n3/)
- .trig: application/trig (specification: https://www.w3.org/TR/trig/)

In these cases the default MIME type is returned: application/octet-stream
History
Date User Action Args
2020-10-26 17:56:56DylanVanAsschesetrecipients: + DylanVanAssche
2020-10-26 17:56:56DylanVanAsschesetmessageid: <1603735016.36.0.247111341461.issue42158@roundup.psfhosted.org>
2020-10-26 17:56:56DylanVanAsschelinkissue42158 messages
2020-10-26 17:56:56DylanVanAsschecreate