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 maker
Recipients ezio.melotti, facundobatista, maker, mark.dickinson, rhettinger, skrah
Date 2012-09-18.07:53:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347954823.74.0.475378533369.issue8786@psf.upfronthosting.co.za>
In-reply-to
Content
Something like this? That's a pretty trivial draft for the patch.

About "byte sequences", those features should be available using builtins bin(), oct() and hex(), hacking on __index__, or with internal methods?

I am lacking imagination, what else there should be to test?
History
Date User Action Args
2012-09-18 07:53:43makersetrecipients: + maker, rhettinger, facundobatista, mark.dickinson, ezio.melotti, skrah
2012-09-18 07:53:43makersetmessageid: <1347954823.74.0.475378533369.issue8786@psf.upfronthosting.co.za>
2012-09-18 07:53:43makerlinkissue8786 messages
2012-09-18 07:53:43makercreate