summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2013-10-10 07:46:57 (GMT)
committerRaymond Hettinger <python@rcn.com>2013-10-10 07:46:57 (GMT)
commit088cbf2d390f6caeb021f05909e1d0b2e506b332 (patch)
tree0e89ef127f2bdec4e01aa001b23bf6af2ff140b6 /Misc/NEWS
parent5ed3bc9adbb5af56450b918410bf07b2bf54ef54 (diff)
downloadcpython-088cbf2d390f6caeb021f05909e1d0b2e506b332.zip
cpython-088cbf2d390f6caeb021f05909e1d0b2e506b332.tar.gz
cpython-088cbf2d390f6caeb021f05909e1d0b2e506b332.tar.bz2
Issue #15805: Add contextlib.redirect_stdout()
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d78be6..04132c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Library
- Issue #19158: a rare race in BoundedSemaphore could allow .release() too
often.
+- Issue #15805: Add contextlib.redirect_stdout().
+
- Issue #18716: Deprecate the formatter module.
- Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.