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:13:56
SpamBayes Score 4.591266e-06
Marked as misclassified No
Message-id <1328555474.3478.16.camel@localhost.localdomain>
In-reply-to <1328555464.94.0.960351709602.issue13952@psf.upfronthosting.co.za>
Content
> I'm not sure what you mean by your final comment, since by default the
> system mime types are read on both Unix and Windows and merged with
> the built in table.

I mean to have our built-in table mirror a recent Unix system's
mime-types table. There could be a special switch to mimetypes.py, which
would output the Python code of a dict mirroring /etc/mime.types (or
"/etc/mime.types" + the current built-in table) when run. Then it would
be easy to integrate the changes back into the code.
History
Date User Action Args
2012-02-06 19:13:57pitrousetrecipients: + pitrou, r.david.murray, iwd32900
2012-02-06 19:13:56pitroulinkissue13952 messages
2012-02-06 19:13:56pitroucreate