]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Finally implement tuple*number. From now on all sequence types
authorGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 19:35:24 +0000 (19:35 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 19:35:24 +0000 (19:35 +0000)
commitb8393da8f845ff4018781d926f157bdb7bff7c1c
tree1bcaa240a6170e55ff3cf6ec86333c0f3e5a8a95
parent85e3b01f3b2c4cf8b217b5238d1ee4e9269969d0
Finally implement tuple*number.  From now on all sequence types
must (pretend to) support all operations except assignments;
if you don't want to support an operation you have to provide
a dummy function that raises an exception...
Objects/tupleobject.c