[issue1711605] CGIHttpServer leaves traces of previous requests in env

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: #9272 has a patch. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> CGIHTTPServer poisons os.environ ___ Python tracker

[issue1711605] CGIHttpServer leaves traces of previous requests in env

2010-06-16 Thread anatoly techtonik
anatoly techtonik added the comment: I can't edit my comment. That suxx. It should be "...at all if environ is passed..." -- ___ Python tracker ___ ___

[issue1711605] CGIHttpServer leaves traces of previous requests in env

2010-06-16 Thread anatoly techtonik
anatoly techtonik added the comment: I don't see why it modifies os.environ at all environ it passed as argument to child subprocess. -- nosy: +techtonik ___ Python tracker _

[issue1711605] CGIHttpServer leaves traces of previous requests in env

2009-04-21 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1711605] CGIHttpServer leaves traces of previous requests in env

2009-03-31 Thread David Christian
Changes by David Christian : -- nosy: +dugan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1711605] CGIHttpServer leaves traces of previous requests in env

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Extension Modules stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker __