[issue9321] CGIHTTPServer cleanup htbin

2016-04-29 Thread Berker Peksag
Berker Peksag added the comment: I agree with David and Éric. There is no point to remove/deprecate it. I'd prefer to fix bugs in CGIHTTPRequestHandler (and in other CGI related stuff in stdlib) instead of introducing new incompatibilities at this point. -- nosy: +berker.peksag

[issue9321] CGIHTTPServer cleanup htbin

2011-11-21 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Google does find matches for “CGI /htbin”. Given that CGI is an obsolete technology anyway, I don’t see value in removing that, and propose that we reject this request. -- nosy: +eric.araujo versions: +Python 3.3 -Python 3.2

[issue9321] CGIHTTPServer cleanup htbin

2010-07-21 Thread anatoly techtonik
New submission from anatoly techtonik techto...@gmail.com: CGIHTTPServer looks for CGI files in '/htbin' directory. This never was a standard (in comparison to `cgi-bin`) and can be safely removed at least in Py3k -- components: Library (Lib) messages: 111020 nosy: techtonik priority:

[issue9321] CGIHTTPServer cleanup htbin

2010-07-21 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: If it were to be removed it would have to go through the deprecation process. Does it cause any problems? If not I'd say we should just leave it. -- nosy: +r.david.murray type: - feature request versions: -Python 2.6, Python