Message296400
The behaviour of the "async with" statement in CPython does not match the description of it in PEP492, nor the language documentation. The implementation uses a try/except/finally block, while the PEP and documentation describe the behaviour using a try/except/else block. The PEP and documentation should be updated to reflect the true intention of "async with". |
|
Date |
User |
Action |
Args |
2017-06-20 04:36:45 | Damien George | set | recipients:
+ Damien George, docs@python |
2017-06-20 04:36:45 | Damien George | set | messageid: <1497933405.85.0.444758448054.issue30707@psf.upfronthosting.co.za> |
2017-06-20 04:36:45 | Damien George | link | issue30707 messages |
2017-06-20 04:36:45 | Damien George | create | |
|