[issue22977] Unformatted “Windows Error 0x%X” exception message on Wine

Martin Panter report at bugs.python.org
Thu Apr 2 06:42:32 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue22977>
_______________________________________


More information about the Python-bugs-list mailing list