mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
226e6e7d43
* __enter__ is now looked up before __exit__ to give a more intuitive error message * add pseudo-code equivalent for the with statement * fix pseudo-code for the async with statement to use a finally clause * use SUITE rather than BLOCK for consistency with the language grammar Patch by Géry Ogam.