]> granicus.if.org Git - python/commit
Deprecate contextlib.nested(). The with-statement now provides this functionality...
authorRaymond Hettinger <python@rcn.com>
Thu, 28 May 2009 22:20:03 +0000 (22:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 28 May 2009 22:20:03 +0000 (22:20 +0000)
commit91e3b9d89d6a63149dcd9ab12223f552d1473aab
tree2d3035aaa19b15a2d5cd437a52905f66698a8c8f
parentfb12391c44d9491e2d1635eb5f82af3b0da0ec29
Deprecate contextlib.nested().  The with-statement now provides this functionality directly.
Doc/library/contextlib.rst
Doc/whatsnew/3.1.rst
Lib/contextlib.py
Lib/test/test_contextlib.py
Misc/NEWS