commit | b8393da8f845ff4018781d926f157bdb7bff7c1c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jun 04 19:35:24 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jun 04 19:35:24 1991 +0000 |
tree | 1bcaa240a6170e55ff3cf6ec86333c0f3e5a8a95 | |
parent | 85e3b01f3b2c4cf8b217b5238d1ee4e9269969d0 [diff] |
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...