Issue #23275: Allow () = iterable assignment syntax

Documentation updates by Martin Panter.
This commit is contained in:
Berker Peksag 2016-05-18 08:44:29 +03:00
parent 93d22ecc7c
commit 094c9c921c
7 changed files with 41 additions and 41 deletions

View file

@ -282,7 +282,6 @@ class CodeopTests(unittest.TestCase):
ai("if (a == 1 and b = 2): pass")
ai("del 1")
ai("del ()")
ai("del (1,)")
ai("del [1]")
ai("del '1'")