[issue15207] mimetypes.read_windows_registry() uses the wrong regkey, creates wrong mappings

Dave Chambers report at bugs.python.org
Mon Dec 10 04:31:56 CET 2012


Dave Chambers added the comment:

> removing read_windows_registry()
If you're suggesting hardcoding *ALL* the mimetypes for *ALL* OSes, I think that's probably the best overall solution.
No variability, as fast as can be.
The downside is that there would occasionally be an unrecognized type, thus there'd need to be diligence to keep the hardcoded list up to date, but overall I think Ben Hoyt's suggestion is best.

----------

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


More information about the Python-bugs-list mailing list