]> granicus.if.org Git - python/commit
Remove the simple slicing API. All slicing is now done with slice objects.
authorThomas Wouters <thomas@python.org>
Thu, 30 Aug 2007 22:57:53 +0000 (22:57 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 30 Aug 2007 22:57:53 +0000 (22:57 +0000)
commitd2cf20eea2338a0369d4a5707adb01b201f7dfb2
tree59fd4a094906997ae2b0cd520ff09010457da680
parent582b5866174d20f7c027cbb6fb757fefb382f96f
Remove the simple slicing API. All slicing is now done with slice objects.
32 files changed:
Include/object.h
Include/opcode.h
Lib/UserList.py
Lib/UserString.py
Lib/opcode.py
Lib/sre_parse.py
Lib/test/list_tests.py
Lib/test/seq_tests.py
Lib/test/string_tests.py
Lib/test/test_array.py
Lib/test/test_class.py
Lib/test/test_descr.py
Lib/test/test_descrtut.py
Lib/test/test_index.py
Lib/test/test_long.py
Lib/test/test_slice.py
Lib/test/test_support.py
Modules/_ctypes/_ctypes.c
Modules/arraymodule.c
Modules/mmapmodule.c
Objects/abstract.c
Objects/bufferobject.c
Objects/listobject.c
Objects/stringobject.c
Objects/structseq.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Objects/weakrefobject.c
Python/ceval.c
Python/compile.c
Python/sysmodule.c