Staging
v0.8.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
History
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
File Mode Size
Grammar -rw-r--r-- 7.4 KB
Tokens -rw-r--r-- 1.5 KB

back to top