Issue1803960

classification
Title: Attribute Error :- 'slice' object has no attribute 'indice
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pjenvey, rajesh_battala
Priority: normal Keywords:

Created on 2007-09-28.04:08:59 by rajesh_battala, last changed 2008-06-08.22:36:15 by pjenvey.

Messages
msg1954 (view) Author: rajesh battala (rajesh_battala) Date: 2007-09-28.04:08:59
when test_slice.py file is tested
its failing
File "test_slice.py", line 6, in ?
AttributeError: 'slice' object has no attribute 'indices'

indicies is there in CPython slice object.
msg3257 (view) Author: Philip Jenvey (pjenvey) Date: 2008-06-08.22:36:15
rajesh took care of this in his #1798544 patch, closing out. thanks rajesh
History
Date User Action Args
2008-06-08 22:36:15pjenveysetstatus: open -> closed
resolution: fixed
messages: + msg3257
nosy: + pjenvey
2007-09-28 04:08:59rajesh_battalacreate