]> granicus.if.org Git - python/commit
#7050 fix a SystemError when using tuple unpacking and augmented assignment
authorBenjamin Peterson <benjamin@python.org>
Sat, 3 Oct 2009 20:23:24 +0000 (20:23 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 3 Oct 2009 20:23:24 +0000 (20:23 +0000)
commit7adbb5a35da601fc68255eeaf341ad734e86a9bf
tree0b5505e6b465b27e5ecd5f523c9d9e7a6aa1b1c3
parent3b34dd871a3d17aa382d4ca22488671afe0c4c03
#7050 fix a SystemError when using tuple unpacking and augmented assignment
Lib/test/test_augassign.py
Misc/NEWS
Python/ast.c