On 1/16/2009 3:13 PM Alan G Isaac apparently wrote: > It is documented: > http://docs.python.org/3.0/library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range
But then again, the opposite is also documented, since `range` is a sequence type. Quoting: Sequences also support slicing ... Some sequences also support “extended slicing” Is this a documentation bug, or a bug in `range`? (I'd think the latter.) Cheers, Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list