[issue38657] String format for hexadecimal notation breaks padding with alternative form

Eric V. Smith report at bugs.python.org
Fri Nov 1 08:20:17 EDT 2019


Eric V. Smith <eric at trueblade.com> added the comment:

int.__format__ inherits this from %-formatting, which inherits it from C's printf.

There's no way we're going to change this at this point: the breakage would be too great. So, I'm going to reject this.

----------
assignee:  -> eric.smith
nosy: +eric.smith
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38657>
_______________________________________


More information about the Python-bugs-list mailing list