]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added delslice and delitem.
authorGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 17:40:51 +0000 (17:40 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 17:40:51 +0000 (17:40 +0000)
commitc9fb47ef084709783baf77a5ccfd3c6b4ecf9434
tree8e3e1093ea6276253a695b906183d4ba4e2a4a53
parent16d27e3b141d26853effc6c70214412cebebbe9f
Added delslice and delitem.
Renamed and, or to and_, or_.
Renamed all internal identifiers so as not to start with '__' (which is
a compiler privilege); remove AIX hack.
Modules/operator.c