Martin Panter added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22977>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to