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 pitrou
Recipients pitrou, vstinner
Date 2010-09-08.23:12:00
SpamBayes Score 0.001875286
Marked as misclassified No
Message-id <1283987523.79.0.00705167038095.issue9804@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it would probably be simpler to export a _PyUnicode_Repr(PyUnicodeObject *, int only_ascii) function since all the code is already there in unicodeobject.c.
History
Date User Action Args
2010-09-08 23:12:03pitrousetrecipients: + pitrou, vstinner
2010-09-08 23:12:03pitrousetmessageid: <1283987523.79.0.00705167038095.issue9804@psf.upfronthosting.co.za>
2010-09-08 23:12:00pitroulinkissue9804 messages
2010-09-08 23:12:00pitroucreate