]> granicus.if.org Git - python/commit
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 21 May 2012 12:54:43 +0000 (22:54 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 21 May 2012 12:54:43 +0000 (22:54 +1000)
commit3267a30de12724971bd7e7b9262e19c1d9b2becd
tree9d9cd092e361bb95e2f799843bc3a7179915a57a
parent6e49ac24060d8eadf60111f94050258a3407af0f
Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API
Doc/library/contextlib.rst
Doc/whatsnew/3.3.rst
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/NEWS