Message152757
| 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: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 | |