[New-bugs-announce] [issue39115] Clarify Python MIME type

Josh de Kock report at bugs.python.org
Sat Dec 21 09:14:39 EST 2019


New submission from Josh de Kock <josh at itanimul.li>:

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

----------
assignee: docs at python
components: Documentation
messages: 358772
nosy: docs at python, jdek
priority: normal
severity: normal
status: open
title: Clarify Python MIME type
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39115>
_______________________________________


More information about the New-bugs-announce mailing list