summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-11-03 07:00:51 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-11-03 07:00:51 (GMT)
commit8e113b418df7d0c8480e1e2de29a385e1f31b15b (patch)
treed57fd872f36da8ecfc0626358667550f4e768070 /Misc
parent4e641df09b47dd48c26a18b9f2191a8c44ee2c03 (diff)
downloadcpython-8e113b418df7d0c8480e1e2de29a385e1f31b15b.zip
cpython-8e113b418df7d0c8480e1e2de29a385e1f31b15b.tar.gz
cpython-8e113b418df7d0c8480e1e2de29a385e1f31b15b.tar.bz2
Close #19403: make contextlib.redirect_stdout reentrant
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c90093d..9781e1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,8 @@ Core and Builtins
Library
-------
+- Issue #19403: contextlib.redirect_stdout is now reentrant
+
- Issue #19286: Directories in ``package_data`` are no longer added to
the filelist, preventing failure outlined in the ticket.