]> granicus.if.org Git - python/commit
The real suport for augmented assignment: new opcodes, new PyNumber and
authorThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 20:09:45 +0000 (20:09 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 20:09:45 +0000 (20:09 +0000)
commitdd8dbdb7172fbafb5ffab8600e620103fc19879e
treed0706f5e94cb061057f85138e8637885c9f4cb57
parente289e0bd0c3db9755bb2ddd49b08091049bc301d
The real suport for augmented assignment: new opcodes, new PyNumber and
PySequence methods and functions, new tokens.
Include/abstract.h
Include/classobject.h
Include/graminit.h
Include/object.h
Include/opcode.h
Include/token.h