Implement the changes proposed in patch #413333. unicode(obj) now
works just like str(obj) in that it tries __str__/tp_str on the object in case it finds that the object is not a string or buffer.
M
Marc-André Lemburg committed
6871f6ac57baca19facf5b49846b101c60ef3334
Parent: c60e6f7