]> granicus.if.org Git - python/commit
Use new form of with-statement instead of contextlib.nested().
authorRaymond Hettinger <python@rcn.com>
Thu, 4 Jun 2009 00:11:54 +0000 (00:11 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 4 Jun 2009 00:11:54 +0000 (00:11 +0000)
commit686057b8facb474a4542a2236f6ca2de7aa04cb5
treeea013d9fa7c2f2d483be38493fd27c4e6d4aa191
parenta678d94d589021363139182e1e8e2f58f319eed7
Use new form of with-statement instead of contextlib.nested().
Lib/filecmp.py
Lib/test/support.py
Lib/test/test_signal.py
Lib/test/test_urllib2net.py