Eric Smith <e...@trueblade.com> added the comment:

I disagree that your expected output is how it should behave. I believe it's 
more likely that the user wants the entire field width specified. In addition, 
compatibility with %-formatting would dictate that we keep the current behavior.

 >>> '%#02x' % 10
'0xa'

----------
nosy: +eric.smith

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

Reply via email to