This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bronger
Recipients
Date 2007-04-10.17:06:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In the Python language reference <http://docs.python.org/ref/sequence-methods.html>, after the sentence

"""Deprecated since release 2.0. Support slice objects as parameters to the __getitem__() method."""

I suggest the following addition:

"""However, built-in types in CPython currently still implement __getslice__.  Therefore, you have to override it in derived classes when implementing slicing."""
History
Date User Action Args
2007-08-23 14:53:01adminlinkissue1697820 messages
2007-08-23 14:53:01admincreate