[issue1726208] SimpleHTTPServer extensions_map

2010-07-31 Thread Georg Brandl
Georg Brandl 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: +geor

[issue1726208] SimpleHTTPServer extensions_map

2010-07-16 Thread Eli Bendersky
Eli Bendersky added the comment: I would like to submit a patch here. However, a decision has to be reached as for what to do exactly. The most straightforward approach is remove the extension of types_map in the SimpleHTTPServer code. Is this acceptable, or are there hidden problems? --

[issue1726208] SimpleHTTPServer extensions_map

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python

[issue1726208] SimpleHTTPServer extensions_map

2009-04-21 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1726208] SimpleHTTPServer extensions_map

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ ___ Pyth