[New-bugs-announce] [issue32482] Improve tests for syntax and grammar in 2.7

Serhiy Storchaka report at bugs.python.org
Tue Jan 2 10:20:43 EST 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

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 minor defects that can lead to hiding expected errors.

----------
components: Tests
messages: 309374
nosy: benjamin.peterson, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Improve tests for syntax and grammar in 2.7
type: enhancement
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32482>
_______________________________________


More information about the New-bugs-announce mailing list