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 ncoghlan
Recipients Arfrever, christian.heimes, eric.araujo, georg.brandl, gotgenes, hct, mark.dickinson, martin.panter, ncoghlan, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner, wiggin15
Date 2014-09-11.00:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410393981.61.0.139206333273.issue9951@psf.upfronthosting.co.za>
In-reply-to
Content
Open question: the current patch adds bytes.hex() and bytearray.hex(). Should we also add memoryview.hex(), or split that suggestion out to a separate proposal?
History
Date User Action Args
2014-09-11 00:06:21ncoghlansetrecipients: + ncoghlan, georg.brandl, rhettinger, terry.reedy, mark.dickinson, pitrou, vstinner, gotgenes, christian.heimes, eric.araujo, Arfrever, wiggin15, martin.panter, serhiy.storchaka, hct
2014-09-11 00:06:21ncoghlansetmessageid: <1410393981.61.0.139206333273.issue9951@psf.upfronthosting.co.za>
2014-09-11 00:06:21ncoghlanlinkissue9951 messages
2014-09-11 00:06:21ncoghlancreate