]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minor bugs in the __index__ code (PEP 357), with tests.
authorArmin Rigo <arigo@tunes.org>
Thu, 30 Mar 2006 14:04:02 +0000 (14:04 +0000)
committerArmin Rigo <arigo@tunes.org>
Thu, 30 Mar 2006 14:04:02 +0000 (14:04 +0000)
commit314861c568d4bf10af1102823e23c9efe648fa0c
treecead07974e0239cd84994c029462284ed37307d2
parent4ef3a23a35a391602202dce10376be9e43588fa6
Minor bugs in the __index__ code (PEP 357), with tests.
Lib/test/test_index.py
Objects/abstract.c
Objects/typeobject.c