Staging
v0.8.1
https://github.com/python/cpython
Revision 077887059a5b3d38161dfd74b160c701445a1ef0 authored by Miss Islington (bot) on 26 August 2019, 06:52:45 UTC, committed by Terry Jan Reedy on 26 August 2019, 06:52:45 UTC
Cease turning SyntaxWarnings into SyntaxErrors.
(cherry picked from commit 1039f39c9c6edb4c185856c19316d3a4eb561c38)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 352a123
Raw File
Tip revision: 077887059a5b3d38161dfd74b160c701445a1ef0 authored by Miss Islington (bot) on 26 August 2019, 06:52:45 UTC
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
Tip revision: 0778870
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