Fix the bug described in
authorMichael W. Hudson <mwh@python.net>
Wed, 19 Jun 2002 15:44:15 +0000 (15:44 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 19 Jun 2002 15:44:15 +0000 (15:44 +0000)
commit9c14badc5fed3c28504470ba4bd64bf7acad599f
tree2a474dbc252c8f5aa1f70d032feaeedc49d04231
parentfe0ca4a0f50ca90359d3c619fad98bbe018ca7d2
Fix the bug described in

http://mail.python.org/pipermail/python-dev/2002-June/025461.html

with test cases.

Also includes extended slice support for arrays, which I thought I'd
already checked in but obviously not.
Lib/test/test_array.py
Lib/test/test_types.py
Modules/arraymodule.c
Objects/listobject.c