Issue738903

classification
Title: Slice is not a sequence
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: bzimmer Nosy List: bzimmer, ype
Priority: normal Keywords: patch

Created on 2003-05-16.18:19:48 by ype, last changed 2003-05-16.18:19:48 by ype.

Files
File name Uploaded Description Edit Remove
PySliceIsSeqPatch1.txt ype, 2003-05-16.18:19:48 diff -c PySlice.java
Messages
msg2295 (view) Author: Ype (ype) Date: 2003-05-16.18:19:48
Add isSequenceType() returning false in PySlice.java.  
 
What the point of isSequenceType() in PyObject returning 
true?  
  
History
Date User Action Args
2003-05-16 18:19:48ypecreate