Commit 8e1114a0 authored by Stefan Behnel's avatar Stefan Behnel

fix comment

parent fd79a738
......@@ -738,7 +738,7 @@ f'{a * x()}'"""
def test_errors(self):
# see issue 26287
self.assertAllRaise((TypeError, ValueError), 'non-empty', # TypeError in Py3
self.assertAllRaise((TypeError, ValueError), 'non-empty', # TypeError in Py3.4+
[r"f'{(lambda: 0):x}'",
r"f'{(0,):x}'",
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment