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 vstinner
Date 2018-09-06.09:29:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536226145.5.0.56676864532.issue34595@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, PyUnicode_FromFormat() has %A to format as ASCII, whereas printf() already has %A but for a different meaning:

   a, A   For a conversion, the double argument is converted to hexadecimal notation (using the letters abcdef) in the style [-]0xh.hhhhp+-; for A conversion the prefix  0X,  the  letters  ABCDEF, and the exponent separator P is used. (...)
History
Date User Action Args
2018-09-06 09:29:05vstinnersetrecipients: + vstinner
2018-09-06 09:29:05vstinnersetmessageid: <1536226145.5.0.56676864532.issue34595@psf.upfronthosting.co.za>
2018-09-06 09:29:05vstinnerlinkissue34595 messages
2018-09-06 09:29:05vstinnercreate