This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove redundant variable annotation test from test_grammar
Type: Stage: resolved
Components: Tests Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, levkivskyi, python-dev
Priority: normal Keywords: patch

Created on 2016-11-06 09:11 by levkivskyi, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test-grammar-patch.diff levkivskyi, 2016-11-06 09:11 review
Messages (2)
msg280132 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2016-11-06 09:11
This will remove one test from test_grammar that depends on typing module API (this test case is already covered in test_typing).
msg280183 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-07 02:26
New changeset 048f82c86928 by Guido van Rossum in branch '3.6':
issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L.
https://hg.python.org/cpython/rev/048f82c86928

New changeset e60c1aef639a by Guido van Rossum in branch 'default':
issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L. (3.6->3.7)
https://hg.python.org/cpython/rev/e60c1aef639a
History
Date User Action Args
2022-04-11 14:58:39adminsetgithub: 72808
2016-11-07 02:27:14gvanrossumsetstatus: open -> closed
resolution: fixed
stage: resolved
2016-11-07 02:26:28python-devsetnosy: + python-dev
messages: + msg280183
2016-11-06 09:11:51levkivskyicreate