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...
1 file changed
tree: 1bcaa240a6170e55ff3cf6ec86333c0f3e5a8a95
  1. Doc/
  2. Grammar/
  3. Include/
  4. Lib/
  5. Mac/
  6. Modules/
  7. Objects/
  8. Parser/
  9. Python/