remove error checks already done in set_context()

This commit is contained in:
Benjamin Peterson 2009-06-08 23:44:13 +00:00
parent 8ea4ded9a6
commit a5a5728cf0
4 changed files with 5 additions and 30 deletions

View file

@ -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 ############