]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Teach the compiler module about augmented assignment to tuple subscripts
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 14 Mar 2006 13:21:14 +0000 (13:21 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 14 Mar 2006 13:21:14 +0000 (13:21 +0000)
commitcb35b95f86062394437da42a3bd78085c4302b78
tree480e4fd9296053b120c03c349f317d4d03cd1456
parent7580146b5c7025976f0907a9893e01dc3d3d3457
Teach the compiler module about augmented assignment to tuple subscripts
Lib/compiler/pycodegen.py