Message2071

Author tristanlk
Recipients
Date 2008-02-08.06:42:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
After a bit more playing

with my patch:

>>> class A(unicode): pass
... 
>>> class B(unicode): pass
... 
>>> A() == B()
False

however, CPython returns True for this case.

After playing around for a bit, simply removing the toString() function from PyUnicodeDerived solves this problem.
History
Date User Action Args
2008-02-20 17:18:10adminlinkissue1889394 messages
2008-02-20 17:18:10admincreate