Re: Patching CGIHTTPServer.py

2012-02-01 Thread Giovanni Funchal
Wow, that's very flattering :-) I've opened an item in the python bug tracker for this enhancement and attached my patch, let's see how it goes. Thanks, -- Giovanni On Sat, Jan 28, 2012 at 4:04 PM, Miki Tebeka wrote: > IMO the code is good enough to submit a patch. > -- > http://mail.python.o

Re: Patching CGIHTTPServer.py

2012-01-28 Thread Miki Tebeka
IMO the code is good enough to submit a patch. -- http://mail.python.org/mailman/listinfo/python-list

Patching CGIHTTPServer.py

2012-01-27 Thread Giovanni Funchal
Hi everyone, I was fiddling around with CGIHTTPServer.py --- a very handy module for quickly setting up a full HTTP server with CGI support --- when I noticed that it doesn't support responses other than "200 OK". So, for instance if your page wants to do a redirect (response 303), it just isn't s