Message1060

Author kzuberi
Recipients
Date 2005-11-15.21:20:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=18288


PyDictionary seems to inherit its isSequenceType() method
from PyObject where it is defined to true. I notice that
some other classes like PyInteger override this with:

     public boolean isSequenceType() { return false; }

So perhaps the fix might be as simple as adding the same to
PyDictionary? 

- kz
History
Date User Action Args
2008-02-20 17:17:26adminlinkissue1334468 messages
2008-02-20 17:17:26admincreate