summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-03-01 21:46:51 (GMT)
committerBarry Warsaw <barry@python.org>2010-03-01 21:46:51 (GMT)
commit08a8fb30b6042e43d680b5b473a884fa987f661c (patch)
treeb1fa01c8b660132c6d2bf01c10dff542a9ba27a6 /Misc
parente7901c5ebbf81bd07203433f20224077d8020a5e (diff)
downloadcpython-08a8fb30b6042e43d680b5b473a884fa987f661c.zip
cpython-08a8fb30b6042e43d680b5b473a884fa987f661c.tar.gz
cpython-08a8fb30b6042e43d680b5b473a884fa987f661c.tar.bz2
Manually copy patch for bug 7250 from the release26-maint branch. I suck
because I did this in the wrong order and couldn't smack svnmerge into submission.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9729699..0564d13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Core and Builtins
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