[Python-Dev] Built in objects supporting slices (original) (raw)

Martin v. Loewis martin@v.loewis.de
30 Apr 2002 08:58:37 +0200


Guido van Rossum <guido@python.org> writes:

+1 on making the built-in types accept slice objects in their getitem, setitem, delitem methods.

This is also the issue of http://python.org/sf/459235.

Regards, Martin