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:43 | pitrou | set | recipients: + pitrou, georg.brandl, terry.reedy |
| 2008-11-29 22:49:43 | pitrou | set | messageid: <1227998983.27.0.629980333075.issue4387@psf.upfronthosting.co.za> |
| 2008-11-29 22:49:42 | pitrou | link | issue4387 messages |
| 2008-11-29 22:49:42 | pitrou | create | |