diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-12-30 19:36:29 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-12-30 19:36:29 (GMT) |
commit | 6f17e2df29a865a29447531e89fb22be710e382d (patch) | |
tree | 62c939a3e7eee02f8f6372dac306c9af93f4945a /Misc/NEWS | |
parent | 30baf2b0eda97fa8a36fddc81824b5772d764018 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |