[issue16042] smtplib: unlimited readline() from connection

Serhiy Storchaka report at bugs.python.org
Tue Sep 25 19:55:11 CEST 2012


Serhiy Storchaka added the comment:

Both io.IOBase.readline() and io.TextIOBase.readline() have parameter named "limit".

I doubt that such a change can be done in 2.7 and 3.2.

----------
nosy: +storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16042>
_______________________________________


More information about the Python-bugs-list mailing list