[Python-bugs-list] [ python-Bugs-541245 ] __unicode__ not documented

noreply@sourceforge.net noreply@sourceforge.net
Thu, 11 Apr 2002 05:39:57 -0700


Bugs item #541245, was opened at 2002-04-08 23:23
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=541245&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Barry Warsaw (bwarsaw)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: __unicode__ not documented

Initial Comment:
__unicode__() is to unicode() as __str__() is to str(),
however it's difficult to find this in the
documentation.  AFAICT, there's only one mention in the
builtins documentation.  There's no listing under
special methods (in either the lib or lang ref
manuals), and __unicode__ isn't in the indexes.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-04-11 14:39

Message:
Logged In: YES 
user_id=21627

This is fixed in ref3.tex 1.86.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=541245&group_id=5470