Message2897

Author tristanlk
Recipients
Date 2007-09-22.22:42:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
here is my patch to remove object.__unicode__.
also when __unicode__ is called on object, it checks for the existance of a __unicode__ method, and calls it if it exists, rather than just calling __str__ everytime.

As far as i can tell this doesn't break anything, any my python code now runs as expected.
History
Date User Action Args
2008-02-20 17:18:50adminlinkissue1800381 messages
2008-02-20 17:18:50admincreate