mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
f669436189
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.