[issue32482] Improve tests for syntax and grammar in 2.7

2018-01-04 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue32482] Improve tests for syntax and grammar in 2.7

2018-01-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a70d5ff992e5e123a3fa6f0e7f672026db8ed1f7 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6': bpo-32482: Fix suspicious code in tests for syntax and grammar. (GH-5086) (#5095) https://github.com/python/cpython/commit/a70d5ff992e5e123a3f

[issue32482] Improve tests for syntax and grammar in 2.7

2018-01-04 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4964 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue32482] Improve tests for syntax and grammar in 2.7

2018-01-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0cc99c8cd70d422e4b345837a907db30e9180ab9 by Serhiy Storchaka in branch 'master': bpo-32482: Fix suspicious code in tests for syntax and grammar. (#5086) https://github.com/python/cpython/commit/0cc99c8cd70d422e4b345837a907db30e9180ab9 ---

[issue32482] Improve tests for syntax and grammar in 2.7

2018-01-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0bcba372bcd564555c98a65be4fb1309ff1ae5d5 by Serhiy Storchaka in branch '2.7': bpo-32482: Improve syntax and grammar tests. (#5085) https://github.com/python/cpython/commit/0bcba372bcd564555c98a65be4fb1309ff1ae5d5 -- _

[issue32482] Improve tests for syntax and grammar in 2.7

2018-01-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4961 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue32482] Improve tests for syntax and grammar in 2.7

2018-01-02 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The proposed PR: * Fixes Py3k warnings introduced by recent backports. * Backports tests from Python 3. * Improve handling of Py3k warnings. They are now checked only for statements that emit them instead of silencing for the whole module. * Fixes few mino

[issue32482] Improve tests for syntax and grammar in 2.7

2018-01-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +4960 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-