[Zope3-dev] Notations for paths
Gary Poster
gary@modernsongs.com
Thu, 19 Dec 2002 13:12:01 -0500
:-)
The fact that I couldn't find it here
http://www.python.org/doc/current/ref/customization.html
or in any search of __str__ for a parallel unicode hook
On direct search, I do see it here
http://www.python.org/doc/current/whatsnew/node8.html
So, nothing is wrong with it. As I said, I think it is a good idea.
Phillip J. Eby wrote:
> At 12:46 PM 12/19/02 -0500, Gary Poster wrote:
>
>> I like the encapsulation idea if it can eliminate the need for the
>> convenience functions and make that more intuitive. I doubt __str__
>> should return a unicode type, though, which might be a deal-breaker.
>> Is that true?
>
>
> What's wrong with __unicode__?
>
>
>