commit | f6706296a28f314a21af37441f643704dee9ce8b | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Mar 01 21:34:34 2010 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Mar 01 21:34:34 2010 +0000 |
tree | edb046f111505b92a83d5f8ff1d95ae245c12f80 | |
parent | 75f82fdb7a0b0a2977fe7be9693295b86f80e3bd [diff] [blame] |
Apply the change suggested by PJE for issue 7250. Unfortunately, we couldn't come up with a unit test. :(
diff --git a/Misc/NEWS b/Misc/NEWS index a918937..a7b724f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -74,6 +74,9 @@ Library ------- +- Issue #7250: Fix info leak of os.environ across multi-run uses of + wsgiref.handlers.CGIHandler. + - Issue #1729305: Fix doctest to handle encode error with "backslashreplace". - Issue #691291: codecs.open() should not convert end of lines on reading and