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 vstinner
Recipients docs@python, vstinner
Date 2016-03-07.17:47:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457372823.56.0.270827849914.issue26506@psf.upfronthosting.co.za>
In-reply-to
Content
I regulary see Python code using hex(value)[2:], whereas "%x" % value does the same thing. We should mention "%x" % value in the hex() doc. Maybe also mention "%#X" % value to format in upper case?
History
Date User Action Args
2016-03-07 17:47:03vstinnersetrecipients: + vstinner, docs@python
2016-03-07 17:47:03vstinnersetmessageid: <1457372823.56.0.270827849914.issue26506@psf.upfronthosting.co.za>
2016-03-07 17:47:03vstinnerlinkissue26506 messages
2016-03-07 17:47:03vstinnercreate