[Python-Dev] PEP 0492 __aenter__ & __aexit__

Brett Cannon brett at python.org
Mon Feb 8 13:25:15 EST 2016


On Mon, 8 Feb 2016 at 09:34 Yury Selivanov <yselivanov.ml at gmail.com> wrote:

> Brett,
>
> Do you think we should update PEP 492 with links to the docs?  I'm
> thinking of adding a new section to the top.
>

Probably. Links around the Internet, search engines, etc. will point to the
PEP for a while, and so knowing that the most up-to-date info is actually
the docs and not the PEP would be good. I honestly just know all of this
stuff because of a massive blog post I'm writing on async/await ATM.

-Brett


>
> Yury
>
> On 2016-02-06 5:05 PM, Brett Cannon wrote:
> >
> >
> > On Sat, 6 Feb 2016 at 13:50 Daniel Miller <dalanmiller at rethinkdb.com
> > <mailto:dalanmiller at rethinkdb.com>> wrote:
> >
> >     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
> >
> >
> > The arguments to __aexit__ are the same as __exit__ in a normal
> > context manager. See
> > https://docs.python.org/3.5/reference/datamodel.html#object.__aexit__
> for
> > the official docs for __aexit__.
> >
> >
> > _______________________________________________
> > Python-Dev mailing list
> > Python-Dev at python.org
> > https://mail.python.org/mailman/listinfo/python-dev
> > Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/yselivanov.ml%40gmail.com
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/brett%40python.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20160208/c4d0a422/attachment.html>


More information about the Python-Dev mailing list