| commit | a9f068726fb4cf3693bd70b4b98bd0deaba45443 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Wed Mar 01 17:10:01 2006 +0000 |
| committer | Guido van Rossum <guido@python.org> | Wed Mar 01 17:10:01 2006 +0000 |
| tree | 1f34c66af4697944ee39965dd03813fb3b28a4ce | |
| parent | 6db0e00d571781806cb850088365730fa64e80a6 [diff] |
Fix a bug in nested() - if one of the sub-context-managers swallows the exception, it should not be propagated up. With unit tests.