- Fixed bug: When an object did not implement ``__unicode__``, calling
``unicode(wrapped)`` was calling ``__str__`` with an unwrapped ``self``. (reported by David Glick on zope-dev)
Showing
Please register or sign in to comment
``unicode(wrapped)`` was calling ``__str__`` with an unwrapped ``self``. (reported by David Glick on zope-dev)