[issue1726208] SimpleHTTPServer extensions_map

Georg Brandl report at bugs.python.org
Sun Aug 1 00:02:30 CEST 2010


Georg Brandl <georg at python.org> added the comment:

Since http.server calls mimetypes.init(), the default type map is not used but one read from the system.  That one might as well lack the entries for .py etc.  For the sake of backwards compatibility I don't think a change is needed here.

----------
nosy: +georg.brandl
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list