Message152757
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. |
|
Date |
User |
Action |
Args |
2012-02-06 19:05:03 | pitrou | set | recipients:
+ pitrou, r.david.murray, iwd32900 |
2012-02-06 19:05:02 | pitrou | set | messageid: <1328555102.97.0.952238891506.issue13952@psf.upfronthosting.co.za> |
2012-02-06 19:05:02 | pitrou | link | issue13952 messages |
2012-02-06 19:05:02 | pitrou | create | |
|