Issue1803250

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

Created on 2007-09-27.06:07:24 by rajesh_battala, last changed 2007-09-27.06:07:24 by rajesh_battala.

Messages
msg1950 (view) Author: rajesh battala (rajesh_battala) Date: 2007-09-27.06:07:24
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.

History
Date User Action Args
2007-09-27 06:07:24rajesh_battalacreate