New submission from Damien George:

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".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30707>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to