[issue14989] http.server option to run CGIHTTPRequestHandler

2012-06-05 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks for sharing your views, Éric. I guess, RDM has +1 too ( since he closed it). Let this be only in 3.3+ then. -- ___ Python tracker ___

[issue14989] http.server option to run CGIHTTPRequestHandler

2012-06-04 Thread R. David Murray
Changes by R. David Murray : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue14989] http.server option to run CGIHTTPRequestHandler

2012-06-03 Thread Éric Araujo
Éric Araujo added the comment: I don’t think this can be defended as a bug fix, so let’s keep 3.2 as it is. -- nosy: +eric.araujo ___ Python tracker ___

[issue14989] http.server option to run CGIHTTPRequestHandler

2012-06-03 Thread Senthil Kumaran
Senthil Kumaran added the comment: I have added this in 3.3, I am not sure if adding to 3.2 is a good idea. To some, it may look like a feature. -- resolution: -> fixed stage: needs patch -> committed/rejected ___ Python tracker

[issue14989] http.server option to run CGIHTTPRequestHandler

2012-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 935a656359ae by Senthil Kumaran in branch 'default': Issue 14989: http.server --cgi option can enable the CGI http server. http://hg.python.org/cpython/rev/935a656359ae -- nosy: +python-dev ___ Python tr

[issue14989] http.server option to run CGIHTTPRequestHandler

2012-06-03 Thread Senthil Kumaran
New submission from Senthil Kumaran : python3 -m http.server enables you to serve with SimpleHTTPRequestHandler serving as http server. If the cgi-bin paths are present those are *not treated as cgi paths*. Previously in Python2, python -m CGIHTTPServer enabled the sever to run it as CGI enab