diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-03 07:00:51 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-11-03 07:00:51 (GMT) |
commit | 8e113b418df7d0c8480e1e2de29a385e1f31b15b (patch) | |
tree | d57fd872f36da8ecfc0626358667550f4e768070 /Misc | |
parent | 4e641df09b47dd48c26a18b9f2191a8c44ee2c03 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |