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 jrus
Recipients jrus
Date 2009-08-02.20:43:45
SpamBayes Score 5.6738136e-06
Marked as misclassified No
Message-id <1249245828.13.0.605895609332.issue6626@psf.upfronthosting.co.za>
In-reply-to
Content
This version (#4) switches to expressing the default types as a list of 
tuples instead of as a dict, so that we can include duplicate rows so that 
"reverse" type -> extension lookups will behave properly, once we start 
changing the actual content of the defaults.

The types_map and common_types dictionaries (aliases to the singleton 
MimeTypes object's types_map property) have been left behaving as before 
for backwards compatibility.

The tests still pass.
History
Date User Action Args
2009-08-02 20:43:48jrussetrecipients: + jrus
2009-08-02 20:43:48jrussetmessageid: <1249245828.13.0.605895609332.issue6626@psf.upfronthosting.co.za>
2009-08-02 20:43:46jruslinkissue6626 messages
2009-08-02 20:43:46jruscreate