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 jdek
Recipients docs@python, jdek
Date 2019-12-21.14:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576937679.64.0.394621240723.issue39115@roundup.psfhosted.org>
In-reply-to
Content
I'd like to add Python's MIME types to a database so that they can be properly used by other services. However, apart from the source code[1][2], I can't find any documentation from Python which highlights this. Is the source code correct here, and can it be taken as the 'official' MIME types from the project?

text/x-python py
application/x-python-code pyc pyo

[1]: https://github.com/python/cpython/blob/19a3d873005e5730eeabdc394c961e93f2ec02f0/Lib/mimetypes.py#L457
[2]: https://github.com/python/cpython/blob/19a3d873005e5730eeabdc394c961e93f2ec02f0/Lib/mimetypes.py#L528
History
Date User Action Args
2019-12-21 14:14:39jdeksetrecipients: + jdek, docs@python
2019-12-21 14:14:39jdeksetmessageid: <1576937679.64.0.394621240723.issue39115@roundup.psfhosted.org>
2019-12-21 14:14:39jdeklinkissue39115 messages
2019-12-21 14:14:39jdekcreate