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 ron_adam
Recipients benjamin.peterson, pitrou, ron_adam, skrah
Date 2010-07-25.01:56:18
SpamBayes Score 0.09974381
Marked as misclassified No
Message-id <1280022981.75.0.54766106983.issue9319@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to look at this a bit further...

The PyErr_Format function then calls PyUnicode_FromFormatV in Objects/unicodeobject.c to do the actual formating.

It looks like there have been a number of issues of this type. Search the tracker for unicodeobject.c and PyUnicode_FromFormatV.

This may be related to http://bugs.python.org/issue7330.
History
Date User Action Args
2010-07-25 01:56:21ron_adamsetrecipients: + ron_adam, pitrou, benjamin.peterson, skrah
2010-07-25 01:56:21ron_adamsetmessageid: <1280022981.75.0.54766106983.issue9319@psf.upfronthosting.co.za>
2010-07-25 01:56:19ron_adamlinkissue9319 messages
2010-07-25 01:56:18ron_adamcreate