◐ Shell
clean mode source ↗

Message 76629 - Python tracker

Message76629

Author pitrou
Recipients georg.brandl, pitrou, terry.reedy
Date 2008-11-29.22:49:42
SpamBayes Score 0.07278689
Marked as misclassified No
Message-id <1227998983.27.0.629980333075.issue4387@psf.upfronthosting.co.za>
In-reply-to
Content
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') [...]
History
Date User Action Args
2008-11-29 22:49:43pitrousetrecipients: + pitrou, georg.brandl, terry.reedy
2008-11-29 22:49:43pitrousetmessageid: <1227998983.27.0.629980333075.issue4387@psf.upfronthosting.co.za>
2008-11-29 22:49:42pitroulinkissue4387 messages
2008-11-29 22:49:42pitroucreate