New submission from Konstantin S. Solnushkin:
Somewhere between Python 3.3 and 3.4, a bug was introduced that forbids the
"http.server" module, working in CGI server mode, to run scripts residing in
subdirectories.
This will break existing software that relies on this featur
Konstantin S. Solnushkin added the comment:
Hi, I am curious about the fate of this issue -- whether it will be recognised
as a bug (possibly a regression bug). Remember, it worked in Python 3.3 but
stopped working in 3.4.
--
___
Python tracker