]> granicus.if.org Git - python/commit
Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed
authorPhillip J. Eby <pje@telecommunity.com>
Mon, 3 Apr 2006 20:05:05 +0000 (20:05 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Mon, 3 Apr 2006 20:05:05 +0000 (20:05 +0000)
commit9444bd51c46a34410e92560e8f96ab75bd9eb332
treef439b7e2658f49e350f1c5e4fc33862265b0368d
parent9161a0d8da0ea3d8159ceed0d0bdb9e85e52e448
Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed
Lib/contextlib.py
Lib/test/test_with.py