Message2959

Author tristanlk
Recipients
Date 2007-11-28.06:30:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
ok, i found another problem when calling b.encode().

i've solved it, and the print problem, simply by removing the toString() function from PyUnicodeDerived
is there any reason that this function needs to be in here and implemented as it is. i feel it's a bit silly to be calling __repr__ on derived objects, where the java toString is called on normal unicode objects.
History
Date User Action Args
2008-02-20 17:18:53adminlinkissue1840038 messages
2008-02-20 17:18:53admincreate