[Python-Dev] PEP 0492 __aenter__ & __aexit__

2016年2月06日 13:50:58 -0800

Hi Python-Dev Group,
I am trying to implement __aenter__ and __aexit__ for the RethinkDB
<https://rethinkdb.com> Python driver. Looking at the PEP I don't see any
definitions as to what the expected parameters that __exit__ are supposed
to take and couldn't find any other similar implementations. Is there a
piece of documentation I should be looking at that I'm missing?
https://www.python.org/dev/peps/pep-0492/#asynchronous-context-managers-and-async-with
Many thanks,
Daniel
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to