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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, petri.lehtinen
Date 2011-11-05.21:30:33
SpamBayes Score 2.3941331e-05
Marked as misclassified No
Message-id <1320528635.6.0.850267932355.issue13350@psf.upfronthosting.co.za>
In-reply-to
Content
A code simplification suggested by a comment in issue13349:
Replace most usages of PyUnicode_Format (a.k.a. str.__mod__) by PyUnicode_FromFormat, which is easier to use from C:
no need to build a tuple, and the format accept both C strings (%s) and Python strings (%S or %R)
History
Date User Action Args
2011-11-05 21:30:35amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, petri.lehtinen
2011-11-05 21:30:35amaury.forgeotdarcsetmessageid: <1320528635.6.0.850267932355.issue13350@psf.upfronthosting.co.za>
2011-11-05 21:30:34amaury.forgeotdarclinkissue13350 messages
2011-11-05 21:30:34amaury.forgeotdarccreate