This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nascheme
Recipients
Date 2005-08-22.20:54:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The patch implements PEP 349: "Allow str() to return
unicode strings".  The backwards compatibility problems
appear to be rare.  Hopefully more people can test
their applications.  I'm not very happy with the new
function named PyString_New since it really belongs in
Python/object.c, not stringobject.c.  However, I can't
think of a better name.  I think it should be made
available to extension modules somehow so _PyObject_Str
is no good.
History
Date User Action Args
2007-08-23 15:43:44adminlinkissue1266570 messages
2007-08-23 15:43:44admincreate