commit | f669436189dd44a841caa9ab1ad97a3f7662bf58 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Mar 10 02:28:35 2006 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Mar 10 02:28:35 2006 +0000 |
tree | 1a717975d09d4867e8807710a36a6c2999afdb7e | |
parent | 692cdbc5d648da5239b5caececc954960aa024e9 [diff] |
Um, I thought I'd already checked this in. Anyway, this is the changes to the with-statement so that __exit__ must return a true value in order for a pending exception to be ignored. The PEP (343) is already updated.