This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Damien George
Recipients Damien George, docs@python
Date 2017-06-20.04:36:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497933405.85.0.444758448054.issue30707@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2017-06-20 04:36:45Damien Georgesetrecipients: + Damien George, docs@python
2017-06-20 04:36:45Damien Georgesetmessageid: <1497933405.85.0.444758448054.issue30707@psf.upfronthosting.co.za>
2017-06-20 04:36:45Damien Georgelinkissue30707 messages
2017-06-20 04:36:45Damien Georgecreate