This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pje
Recipients barry, gvanrossum, pje, snprbob86
Date 2010-02-19.00:30:48
SpamBayes Score 3.3091385e-06
Marked as misclassified No
Message-id <1266539450.0.0.400020225019.issue7250@psf.upfronthosting.co.za>
In-reply-to
Content
What sort of test did you have in mind?  To test the desired outcome, it seems we'd need to poison os.environ, reload wsgiref.handlers, remove the poison, and then make sure it didn't get in.  That seems a bit like overkill (as well as hard to get right), while the alternative of simply testing that CGIHandler has an empty os_environ seems a bit like a cheat.  Any thoughts?
History
Date User Action Args
2010-02-19 00:30:50pjesetrecipients: + pje, gvanrossum, barry, snprbob86
2010-02-19 00:30:50pjesetmessageid: <1266539450.0.0.400020225019.issue7250@psf.upfronthosting.co.za>
2010-02-19 00:30:48pjelinkissue7250 messages
2010-02-19 00:30:48pjecreate