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 vstinner
Recipients ajaksu2, laughingboy0, vstinner
Date 2009-03-30.11:45:52
SpamBayes Score 0.00010537617
Marked as misclassified No
Message-id <1238413555.11.0.357400125362.issue1583863@psf.upfronthosting.co.za>
In-reply-to
Content
Patch: Use PyUnicode_CheckExact() instead of PyUnicode_CheckExact() in 
PyUnicode_Format() to use obj.__unicode__ slot.
History
Date User Action Args
2009-03-30 11:45:55vstinnersetrecipients: + vstinner, ajaksu2, laughingboy0
2009-03-30 11:45:55vstinnersetmessageid: <1238413555.11.0.357400125362.issue1583863@psf.upfronthosting.co.za>
2009-03-30 11:45:53vstinnerlinkissue1583863 messages
2009-03-30 11:45:53vstinnercreate