[Python-Dev] Built in objects supporting slices

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