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 pitrou
Recipients iwd32900, pitrou, r.david.murray
Date 2012-02-06.19:05:02
SpamBayes Score 5.6794456e-06
Marked as misclassified No
Message-id <1328555102.97.0.952238891506.issue13952@psf.upfronthosting.co.za>
In-reply-to
Content
I would argue the embedded mime-types dictionary should at least mirror current IANA assignments, which are already present in up-to-date Unix systems:

>>> mimetypes.guess_type("foo.csv")
('text/csv', None)

So not having text/csv is IMHO a bug.
Also it would be nice if there were an easy way to keep the mime-types dictionary up-to-date wrt. a system's mime-types file.
History
Date User Action Args
2012-02-06 19:05:03pitrousetrecipients: + pitrou, r.david.murray, iwd32900
2012-02-06 19:05:02pitrousetmessageid: <1328555102.97.0.952238891506.issue13952@psf.upfronthosting.co.za>
2012-02-06 19:05:02pitroulinkissue13952 messages
2012-02-06 19:05:02pitroucreate