Message294614
| Author | serhiy.storchaka |
|---|---|
| Recipients | leecannon, serhiy.storchaka |
| Date | 2017-05-27.22:06:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1495922789.34.0.536381900211.issue30493@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Please don't change the code of base64. It is correct. 1. Python is a dynamically-typed language. Arbitrary exceptions can be raised in unexpected places. For example TypeError can be raised if `b[i:i + 5]` return non-iterable object. 2. `read(n)` of unbuffered object (like sys.stdin.buffer.raw or socket) can return less than n bytes. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-05-27 22:06:29 | serhiy.storchaka | set | recipients: + serhiy.storchaka, leecannon |
| 2017-05-27 22:06:29 | serhiy.storchaka | set | messageid: <1495922789.34.0.536381900211.issue30493@psf.upfronthosting.co.za> |
| 2017-05-27 22:06:29 | serhiy.storchaka | link | issue30493 messages |
| 2017-05-27 22:06:29 | serhiy.storchaka | create | |