Staging
v0.8.1
https://github.com/python/cpython
Revision 097eae5b9b4801d34bb900c01b5e6a80f028bc12 authored by Serhiy Storchaka on 29 August 2019, 07:50:28 UTC, committed by GitHub on 29 August 2019, 07:50:28 UTC
(cherry picked from commit e64f948e762a6b9fd02e2902ccf42438df6fcb61)
1 parent 38d311d
Raw File
Tip revision: 097eae5b9b4801d34bb900c01b5e6a80f028bc12 authored by Serhiy Storchaka on 29 August 2019, 07:50:28 UTC
[3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) (GH-15582)
Tip revision: 097eae5
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