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 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-10.23:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410393333.26.0.277146720069.issue9951@psf.upfronthosting.co.za>
In-reply-to
Content
@Terry

natural bytes do not have space between them. I would think adding space is for typesetting situation which should be done by user's post-processing.

I agree to not have any prefix to make .hex and from_hex uniform. the \x is the str representation of bytes when you print a bytes object directly in Python. the actual bytes object doesn't have that \x prefix.
History
Date User Action Args
2014-09-10 23:55:33hctsetrecipients: + hct, georg.brandl, rhettinger, terry.reedy, mark.dickinson, ncoghlan, pitrou, vstinner, gotgenes, christian.heimes, eric.araujo, Arfrever, wiggin15, martin.panter, serhiy.storchaka
2014-09-10 23:55:33hctsetmessageid: <1410393333.26.0.277146720069.issue9951@psf.upfronthosting.co.za>
2014-09-10 23:55:33hctlinkissue9951 messages
2014-09-10 23:55:33hctcreate