]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Support for the in-place operations introduced by augmented assignment. Only
authorThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 20:08:19 +0000 (20:08 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 20:08:19 +0000 (20:08 +0000)
commite289e0bd0c3db9755bb2ddd49b08091049bc301d
tree1f5d69ab227a61c3cb753a085676968ad76799d1
parent12bba852a9fabf95442690fce2a7e7975f22f914
Support for the in-place operations introduced by augmented assignment. Only
the list object supports this currently, but other candidates are
gladly accepted (like arraymodule and such.)
Objects/abstract.c
Objects/classobject.c
Objects/listobject.c