[issue13952] mimetypes doesn't recognize .csv

R. David Murray report at bugs.python.org
Mon Feb 6 19:04:26 CET 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Yes, but text/tab-delimited-values/.tsv is older.  .tsv dates from the days of Gopher, but text/csv was formalized only in October of 2005.  Presumably nobody has asked for it before, for some odd reason.

Now we get to debate again whether updating mimetypes with a registered type can be considered a bug fix.  We've gone both ways in the past, as far as I can tell.  This one has the advantage of actually having a formal IANA registration, unlike the last couple.

----------
nosy: +r.david.murray
stage:  -> needs patch
versions: +Python 3.2, Python 3.3 -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13952>
_______________________________________


More information about the Python-bugs-list mailing list