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 ggenellina
Recipients ggenellina
Date 2009-01-17.08:58:36
SpamBayes Score 0.022852128
Marked as misclassified No
Message-id <1232182722.74.0.429880551513.issue4969@psf.upfronthosting.co.za>
In-reply-to
Content
The mimetypes module has a built-in default database, and, in addition, 
reads mime.types files from a list of standard places (/etc/mime.types 
by example)
On Windows, those files usually don't even present; MIME information is 
stored in the registry instead. Until now, the mimetypes module just 
ignored those settings; this patch adds support for reading the MIME 
database from the Windows registry.
History
Date User Action Args
2009-01-17 08:58:42ggenellinasetrecipients: + ggenellina
2009-01-17 08:58:42ggenellinasetmessageid: <1232182722.74.0.429880551513.issue4969@psf.upfronthosting.co.za>
2009-01-17 08:58:40ggenellinalinkissue4969 messages
2009-01-17 08:58:39ggenellinacreate