Serhiy Storchaka added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30493>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to