]> granicus.if.org Git - python/commit
bpo-31847: Fix commented out tests in test_syntax. (#4084)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Oct 2017 21:27:14 +0000 (00:27 +0300)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2017 21:27:14 +0000 (00:27 +0300)
commit3b66ebe7727dba68c2c6ccf0cd85a4c31255b9b4
tree6d7cd3fa5f536d59affbbd06a9d86b536aff4c8e
parent828ca59208af0b1b52a328676c5cc0c5e2e999b0
bpo-31847: Fix commented out tests in test_syntax. (#4084)

SyntaxError now is raised instead of SyntaxWarning.
Lib/test/test_syntax.py