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 python-dev
Recipients Arfrever, BreamoreBoy, barry, christian.heimes, eric.araujo, eric.smith, ethan.furman, georg.brandl, gotgenes, gregory.p.smith, hct, lemburg, mark.dickinson, martin.panter, ncoghlan, pitrou, python-dev, rhettinger, serhiy.storchaka, terry.reedy, wiggin15
Date 2015-04-25.23:22:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150425232235.129406.45722@psf.io>
In-reply-to
Content
New changeset c9f1630cf2b1 by Gregory P. Smith in branch 'default':
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
https://hg.python.org/cpython/rev/c9f1630cf2b1
History
Date User Action Args
2015-04-25 23:22:38python-devsetrecipients: + python-dev, lemburg, barry, georg.brandl, rhettinger, terry.reedy, gregory.p.smith, mark.dickinson, ncoghlan, pitrou, eric.smith, gotgenes, christian.heimes, eric.araujo, Arfrever, BreamoreBoy, ethan.furman, wiggin15, martin.panter, serhiy.storchaka, hct
2015-04-25 23:22:38python-devlinkissue9951 messages
2015-04-25 23:22:38python-devcreate