Message2854

Author david-perez
Recipients
Date 2007-08-29.08:23:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch solves this issue:

If I run this code from the Jython 2.2 interactive console :
  'a'.__cmp__('b')
this is what happens:
  AttributeError: 'string' object has no attribute '__cmp__'

This used to work in Jython 2.1. 

I have tested in my own code.
History
Date User Action Args
2008-02-20 17:18:48adminlinkissue1783844 messages
2008-02-20 17:18:48admincreate