]> granicus.if.org Git - python/commit
Apply SF patch #101029: call __getitem__ with a proper slice object if there
authorThomas Wouters <thomas@python.org>
Thu, 17 Aug 2000 22:37:32 +0000 (22:37 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 17 Aug 2000 22:37:32 +0000 (22:37 +0000)
commit1d75a79c009e500923128716a02efbe86135e64e
tree9c978062db6b1e9c4c775a9d4b763fd115bd671e
parent68add2e9389e9cb2b74e448201ec101564391fe5
Apply SF patch #101029: call __getitem__ with a proper slice object if there
is no __getslice__ available. Also does the same for C extension types.
Includes rudimentary documentation (it could use a cross reference to the
section on slice objects, I couldn't figure out how to do that) and a test
suite for all Python __hooks__ I could think of, including the new
behaviour.
Doc/ref/ref3.tex
Lib/test/output/test_class [new file with mode: 0644]
Lib/test/test_class.py [new file with mode: 0644]
Objects/abstract.c
Objects/classobject.c