]> granicus.if.org Git - python/commit
Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate)
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 2 Nov 2007 10:09:12 +0000 (10:09 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 2 Nov 2007 10:09:12 +0000 (10:09 +0000)
commit3814a911aa6953a5aefbe8150d280d3a20747d6d
treef61fd04a3978608907ac3390a057537ca0da51fd
parentac3d429edc5d1488c00c443d860f3e00f6bdd49e
Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate)
Lib/contextlib.py
Lib/test/test_with.py