Message294614
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. |
|
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 | |
|