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 martin.panter
Recipients eryksun, martin.panter, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-02.04:42:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427949752.79.0.366243595461.issue22977@psf.upfronthosting.co.za>
In-reply-to
Content
All the other occurrences of capitalized %X that I can find are not using Python’s string formatting functions. Please point them out if you can, but all I can see are some using a Microsoft vfwprintf_s() API, some calling standard C sprintf(), sscanf(), fprintf(), strftime() and strptime() APIs, and of course native Python 2-style string formatting, which I assume should all support %X.
History
Date User Action Args
2015-04-02 04:42:32martin.pantersetrecipients: + martin.panter, vstinner, tim.golden, zach.ware, serhiy.storchaka, eryksun, steve.dower
2015-04-02 04:42:32martin.pantersetmessageid: <1427949752.79.0.366243595461.issue22977@psf.upfronthosting.co.za>
2015-04-02 04:42:32martin.panterlinkissue22977 messages
2015-04-02 04:42:32martin.pantercreate