This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:29serhiy.storchakasetrecipients: + serhiy.storchaka, leecannon
2017-05-27 22:06:29serhiy.storchakasetmessageid: <1495922789.34.0.536381900211.issue30493@psf.upfronthosting.co.za>
2017-05-27 22:06:29serhiy.storchakalinkissue30493 messages
2017-05-27 22:06:29serhiy.storchakacreate