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.

作者 gregory.p.smith
收信人 Arfrever, Christian H, barry, belopolsky, eric.smith, gotgenes, gregory.p.smith, ncoghlan, vstinner
日期 2017-05-01.16:27:11
SpamBayes Score -1.0
Marked as misclassified
Message-id <1493656031.25.0.635835408601.issue22385@psf.upfronthosting.co.za>
In-reply-to
内容
Based on the ideas thread it isn't obvious that chunk size means "per byte".  I suggest either specifying the number of base digits per delimiter.  Or using a name other than chunk that indicates it means bytes.

If we're going to do this, it should also be done for octal formatting (the 'o' code) for consistency.

Also, per the python-ideas thread, via parameters to the .hex() method on bytes/bytearray/memoryview.

I'm inclined to leave 'A' printable-ascii formatting out.  Or at least consider that it could also work on unicode str.
历史
日期 用户 动作 参数
2017-05-01 16:27:11gregory.p.smith修改recipients: + gregory.p.smith, barry, ncoghlan, belopolsky, vstinner, eric.smith, gotgenes, Arfrever, Christian H
2017-05-01 16:27:11gregory.p.smith修改messageid: <1493656031.25.0.635835408601.issue22385@psf.upfronthosting.co.za>
2017-05-01 16:27:11gregory.p.smith链接issue22385 messages
2017-05-01 16:27:11gregory.p.smith创建