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 eric.smith
Recipients Alex.Leone, eric.smith
Date 2010-12-06.00:01:04
SpamBayes Score 0.048012722
Marked as misclassified No
Message-id <1291593671.62.0.871412660032.issue10633@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2010-12-06 00:01:11eric.smithsetrecipients: + eric.smith, Alex.Leone
2010-12-06 00:01:11eric.smithsetmessageid: <1291593671.62.0.871412660032.issue10633@psf.upfronthosting.co.za>
2010-12-06 00:01:04eric.smithlinkissue10633 messages
2010-12-06 00:01:04eric.smithcreate