Staging
v0.5.1
https://github.com/python/cpython
Revision e7a4bb554edb72fc6619d23241d59162d06f249a authored by Serhiy Storchaka on 19 February 2019, 06:30:15 UTC, committed by GitHub on 19 February 2019, 06:30:15 UTC
It checks that a SyntaxWarning is raised when compile specified
statement, that it is raised only once, that it is converted to
a SyntaxError when raised as exception, and that both warning and
exception objects have corresponding attributes.
1 parent ee0f927
Raw File
Tip revision: e7a4bb554edb72fc6619d23241d59162d06f249a authored by Serhiy Storchaka on 19 February 2019, 06:30:15 UTC
bpo-35798: Add test.support.check_syntax_warning(). (#11895)
Tip revision: e7a4bb5
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 infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

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

back to top