[Python-checkins] cpython (merge default -> default): Merge heads

serhiy.storchaka python-checkins at python.org
Fri Sep 9 17:55:20 EDT 2016


https://hg.python.org/cpython/rev/66afc449efa9
changeset:   103471:66afc449efa9
parent:      103470:861ddad3e0c1
parent:      103469:ef3d30cc6b4f
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Sep 10 00:55:01 2016 +0300
summary:
  Merge heads

files:
  Lib/lib2to3/tests/test_parser.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/lib2to3/tests/test_parser.py b/Lib/lib2to3/tests/test_parser.py
--- a/Lib/lib2to3/tests/test_parser.py
+++ b/Lib/lib2to3/tests/test_parser.py
@@ -256,7 +256,7 @@
 
 
 # Adapted from Python 3's Lib/test/test_grammar.py:GrammarTests.test_var_annot
-class TestFunctionAnnotations(GrammarTest):
+class TestVarAnnotations(GrammarTest):
     def test_1(self):
         self.validate("var1: int = 5")
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list