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 mark.dickinson
Recipients cheryl.sabella, eric.smith, lisroach, mark.dickinson, rhettinger, talin
Date 2017-06-12.07:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497250912.31.0.599577913715.issue30571@psf.upfronthosting.co.za>
In-reply-to
Content
-1 from me. Using `format(x % 2**8, '08b')` seems both short enough to be easy to use, and long enough to remind one that there's something a little bit unnatural going on here, given that two's complement isn't something that makes sense for arbitrary-sized integers.
History
Date User Action Args
2017-06-12 07:01:52mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, talin, eric.smith, lisroach, cheryl.sabella
2017-06-12 07:01:52mark.dickinsonsetmessageid: <1497250912.31.0.599577913715.issue30571@psf.upfronthosting.co.za>
2017-06-12 07:01:52mark.dickinsonlinkissue30571 messages
2017-06-12 07:01:51mark.dickinsoncreate