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, ocean-city, pitrou, tercero12
Date 2009-11-15.08:55:58
SpamBayes Score 0.0001922693
Marked as misclassified No
Message-id <1258275362.82.0.514073293383.issue4969@psf.upfronthosting.co.za>
In-reply-to
Content
A new patch taking into account M. Pitrou comments:

- name changed to read_windows_registry()
- read_windows_registry() does nothing on non-Windows platforms; same 
as read_mime_types(filename) when the file does not exist.
- I hope the coding style is acceptable now
- the test is skipped on non-Windows platforms
- documentation updated
- documentation for MimeTypes.guess_all_extensions was missing; I 
added it although it isn't directly related to this issue.
History
Date User Action Args
2009-11-15 08:56:03ggenellinasetrecipients: + ggenellina, pitrou, ocean-city, tercero12
2009-11-15 08:56:02ggenellinasetmessageid: <1258275362.82.0.514073293383.issue4969@psf.upfronthosting.co.za>
2009-11-15 08:56:01ggenellinalinkissue4969 messages
2009-11-15 08:56:00ggenellinacreate