]> granicus.if.org Git - python/commit
This is my nearly two year old patch
authorMichael W. Hudson <mwh@python.net>
Tue, 11 Jun 2002 10:55:12 +0000 (10:55 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 11 Jun 2002 10:55:12 +0000 (10:55 +0000)
commit5efaf7eac8c1dbbf82a96dc5d9b87fddd5d17b58
tree7358a0479ab98893ad5a5457ae0df328d0e60251
parentf90ae20354ceb501f0ba0b6459df17f1a8005a47
This is my nearly two year old patch

[ 400998 ] experimental support for extended slicing on lists

somewhat spruced up and better tested than it was when I wrote it.

Includes docs & tests.  The whatsnew section needs expanding, and arrays
should support extended slices -- later.
13 files changed:
Doc/api/concrete.tex
Doc/lib/libstdtypes.tex
Doc/ref/ref3.tex
Doc/whatsnew/whatsnew23.tex
Include/sliceobject.h
Lib/test/test_bool.py
Lib/test/test_types.py
Misc/NEWS
Objects/listobject.c
Objects/sliceobject.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/unicodeobject.c