Staging
v0.8.1
https://github.com/python/cpython
Revision 1d1b97ae643dd8b22d87785ed7bd2599c6c8dc8d authored by Géry Ogam on 14 January 2020, 11:58:29 UTC, committed by Nick Coghlan on 14 January 2020, 11:58:29 UTC
* Reorder the __aenter__ and __aexit__ checks for async with
* Add assertions for async with body being skipped
* Swap __aexit__ and __aenter__ loading in the documentation
1 parent 9af0e47
Raw File
Tip revision: 1d1b97ae643dd8b22d87785ed7bd2599c6c8dc8d authored by Géry Ogam on 14 January 2020, 11:58:29 UTC
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Tip revision: 1d1b97a
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top