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 serhiy.storchaka
Recipients docs@python, eric.smith, serhiy.storchaka, vstinner, wolma
Date 2016-03-11.06:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457679411.47.0.761641049964.issue26506@psf.upfronthosting.co.za>
In-reply-to
Content
There is no harm if use hex(value)[2:]. It's a matter of taste.

We can mention "%x" % value for the case if the user just doesn't know about this alternative. The same is for value.ljust(5) and '%-5s' % value.
History
Date User Action Args
2016-03-11 06:56:51serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, eric.smith, docs@python, wolma
2016-03-11 06:56:51serhiy.storchakasetmessageid: <1457679411.47.0.761641049964.issue26506@psf.upfronthosting.co.za>
2016-03-11 06:56:51serhiy.storchakalinkissue26506 messages
2016-03-11 06:56:51serhiy.storchakacreate