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.

作者 pitrou
收信人 georg.brandl, pitrou, terry.reedy
日期 2008-11-29.22:49:42
SpamBayes Score 0.07278689
Marked as misclassified
Message-id <1227998983.27.0.629980333075.issue4387@psf.upfronthosting.co.za>
In-reply-to
内容
Hmm, I obviously meant:

[...] In other words, it might/should be ok for
`binascii.a2b_base64('YWFh\n')` to return the same as
`binascii.a2b_base64(b'YWFh\n')` (that is, b'aaa') [...]
历史
日期 用户 动作 参数
2008-11-29 22:49:43pitrou修改recipients: + pitrou, georg.brandl, terry.reedy
2008-11-29 22:49:43pitrou修改messageid: <1227998983.27.0.629980333075.issue4387@psf.upfronthosting.co.za>
2008-11-29 22:49:42pitrou链接issue4387 messages
2008-11-29 22:49:42pitrou创建