[issue9272] CGIHTTPServer poisons os.environ

Senthil Kumaran report at bugs.python.org
Sun Oct 3 20:19:04 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Fix committed in revision 85202 (py3k), r85203 (release31-maint), r85204(release27-maint). I had change the patch to use copy.deepcopy instead of os.environ.copy() because for the purposes of test os.environ was masked with EnvironmentGuard which does not have copy method.

Thanks for the patch.

----------
resolution: accepted -> fixed
stage: patch review -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9272>
_______________________________________


More information about the Python-bugs-list mailing list