summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-12-30 19:36:29 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-12-30 19:36:29 (GMT)
commit6f17e2df29a865a29447531e89fb22be710e382d (patch)
tree62c939a3e7eee02f8f6372dac306c9af93f4945a /Misc/NEWS
parent30baf2b0eda97fa8a36fddc81824b5772d764018 (diff)
downloadcpython-6f17e2df29a865a29447531e89fb22be710e382d.zip
cpython-6f17e2df29a865a29447531e89fb22be710e382d.tar.gz
cpython-6f17e2df29a865a29447531e89fb22be710e382d.tar.bz2
Issue 10786: unittest.TextTestRunner default stream no longer bound at import time
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 111452a..9477594b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,10 @@ Core and Builtins
Library
-------
+- Issue 10786: unittest.TextTestRunner default stream no longer bound at
+ import time. `sys.stderr` now looked up at instantiation time. Fix contributed
+ by Mark Roddy.
+
- Issue 10753 - Characters ';','=' and ',' in the PATH_INFO environment
variable won't be quoted when the URI is constructed by the wsgiref.util 's
request_uri method. According to RFC 3986, these characters can be a part of