mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
remove error checks already done in set_context()
This commit is contained in:
parent
8ea4ded9a6
commit
a5a5728cf0
4 changed files with 5 additions and 30 deletions
|
@ -144,7 +144,7 @@ Verify that syntax error's are raised for genexps used as lvalues
|
|||
Traceback (most recent call last):
|
||||
...
|
||||
File "<doctest test.test_genexps.__test__.doctests[41]>", line 1
|
||||
SyntaxError: augmented assignment to generator expression not possible
|
||||
SyntaxError: can't assign to generator expression
|
||||
|
||||
|
||||
########### Tests borrowed from or inspired by test_generators.py ############
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue