]> granicus.if.org Git - python/commit
Close #19403: make contextlib.redirect_stdout reentrant
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 3 Nov 2013 07:00:51 +0000 (17:00 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 3 Nov 2013 07:00:51 +0000 (17:00 +1000)
commit8e113b418df7d0c8480e1e2de29a385e1f31b15b
treed57fd872f36da8ecfc0626358667550f4e768070
parent4e641df09b47dd48c26a18b9f2191a8c44ee2c03
Close #19403: make contextlib.redirect_stdout reentrant
Doc/library/contextlib.rst
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/NEWS