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 MrJean1
Recipients MrJean1, duaneb, facundobatista, riq
Date 2008-06-24.15:47:12
SpamBayes Score 0.0029816572
Marked as misclassified No
Message-id <1214322438.81.0.697639565369.issue2813@psf.upfronthosting.co.za>
In-reply-to
Content
Here is another patch for PyString_FromFormat* adding support for 'l' and 
'z' type specifications for the '%x' format and an optional '#' to prepend 
'0x' to the hex result.  In addition, the '%p' format is handled as '%#x'.

Updates for the c-api tests and the documentation for exceptions and 
string are also included in the patch.

Like before, the patch is a forward delta to the files of Python 2.6b1.
History
Date User Action Args
2008-06-24 15:47:19MrJean1setspambayes_score: 0.00298166 -> 0.0029816572
recipients: + MrJean1, facundobatista, duaneb, riq
2008-06-24 15:47:18MrJean1setspambayes_score: 0.00298166 -> 0.00298166
messageid: <1214322438.81.0.697639565369.issue2813@psf.upfronthosting.co.za>
2008-06-24 15:47:17MrJean1linkissue2813 messages
2008-06-24 15:47:17MrJean1create