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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 08 Apr 2002 14:23:28 -0700


Bugs item #541245, was opened at 2002-04-08 17: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: Open
Resolution: None
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.

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

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