Giovanni Funchal added the comment:
This is still an issue as of python 3.2.2 and is affecting me.
--
nosy: +Giovanni.Funchal
___
Python tracker
<http://bugs.python.org/issue10
Giovanni Funchal added the comment:
This bug affects me, found it when migrating from 2.7 to 3.2, in a function
calling traceback.print_exc() called while there were no "active" exception
being handled. Previous behavior was to print "None".
--
nos
Giovanni Funchal added the comment:
@Éric Araujo, yes this is a duplicate of #10487. I now think this should be
marked as bug instead of enhancement. The documentation warns about this
behavior but it is documenting a bug.
--
resolution: -> duplic
Giovanni Funchal added the comment:
@Glenn Linderman, can you please share your changes? You can upload a patch.
--
versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.4
___
Python tracker
<http://bugs.python.org/issue13
New submission from Giovanni Funchal :
GIHTTPServer.py is a very handy module for quickly setting up a full HTTP
server with CGI support. However, I noticed that it doesn't support responses
other than "200 OK". So, for instance if the page wants to do a redirect
(response 303)