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.

classification
Title: Add mimetype for extension .md (markdown)
Type: enhancement Stage: patch review
Components: Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Ryan Batchelder
Priority: normal Keywords: patch

Created on 2020-01-13 19:53 by Ryan Batchelder, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 17995 open Ryan Batchelder, 2020-01-13 20:04
Messages (1)
msg359931 - (view) Author: Ryan Batchelder (Ryan Batchelder) * Date: 2020-01-13 19:53
I would like to propose that the mimetype for markdown files ending in .md to text/markdown is included in the mimetypes library. This is registered here: https://www.iana.org/assignments/media-types/text/markdown
History
Date User Action Args
2022-04-11 14:59:25adminsetgithub: 83505
2022-01-15 19:23:40iritkatrielsetversions: + Python 3.11, - Python 3.6, Python 3.7, Python 3.8, Python 3.9
2020-01-13 20:04:32Ryan Batcheldersetkeywords: + patch
stage: patch review
pull_requests: + pull_request17398
2020-01-13 19:53:40Ryan Batcheldercreate