Phillip J. Eby <p...@telecommunity.com> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7250>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to