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 hct
Recipients christian.heimes, eric.araujo, georg.brandl, hct, mark.dickinson, martin.panter, ncoghlan, pitrou, rhettinger, serhiy.storchaka, terry.reedy, wiggin15
Date 2013-12-09.22:31:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386628295.49.0.904976216411.issue9951@psf.upfronthosting.co.za>
In-reply-to
Content
would be good if we can specify a optional flag to get all cap hex. currently, I have to do hexlify( some_bytes ).decode( 'UTF-8' ).upper(). would be good to be able to do some_bytes.hex( upper=1 )
History
Date User Action Args
2013-12-09 22:31:35hctsetrecipients: + hct, georg.brandl, rhettinger, terry.reedy, mark.dickinson, ncoghlan, pitrou, christian.heimes, eric.araujo, wiggin15, martin.panter, serhiy.storchaka
2013-12-09 22:31:35hctsetmessageid: <1386628295.49.0.904976216411.issue9951@psf.upfronthosting.co.za>
2013-12-09 22:31:35hctlinkissue9951 messages
2013-12-09 22:31:35hctcreate