christian.heimes schrieb: > Modified: python/branches/py3k/Doc/glossary.rst > ============================================================================== > --- python/branches/py3k/Doc/glossary.rst (original) > +++ python/branches/py3k/Doc/glossary.rst Mon Dec 3 22:02:03 2007 > @@ -400,7 +400,7 @@ > :term:`immutable` keys rather than integers. > > slice > - An object usually containing a portion of a :term:`sequence`. A slice > is > + A list containing a portion of an indexed list-like object. A slice is > created using the subscript notation, ``[]`` with colons between > numbers > when several are given, such as in ``variable_name[1:3:5]``. The > bracket > (subscript) notation uses :class:`slice` objects internally.
That seems to be an accident. The original is correct. Georg _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
