[issue35292] Make SimpleHTTPRequestHandler load mimetypes lazily

Danish Prakash report at bugs.python.org
Thu Nov 22 21:52:38 EST 2018


Danish Prakash <grafitykoncept at gmail.com> added the comment:

I would like to work on this if you have not already started, Steve. 

> We should check whether people read from SimpleHTTPRequestHandler.extensions_map directly before calling guess_type(), and decide how quickly we can make the change.

Are you implying we make the change based on whether someone use SimpleHTTPRequestHandler.extensions_map before calling guess_type()? Could you please elaborate that a bit, thanks.

----------
nosy: +danishprakash

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35292>
_______________________________________


More information about the Python-bugs-list mailing list