[Python-bugs-list] [ python-Bugs-448144 ] incompatible change of string type name

noreply@sourceforge.net noreply@sourceforge.net
Sun, 05 Aug 2001 05:43:18 -0700


Bugs item #448144, was opened at 2001-08-05 05:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=448144&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Guido van Rossum (gvanrossum)
Summary: incompatible change of string type name

Initial Comment:
In Python 2.1 and earlier, type("").__name__ was 
"string". In 2.2a1, it is "str". This change breaks 
the xml.marshal package of PyXML, which uses the type 
name to generate a method m_string. Since there is no 
m_str method implemented, running the marshaller 
under 2.2 fails.


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

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