Serhiy Storchaka <storch...@gmail.com> added the comment:

If you add the encoding parameter, you should also add at least errors and 
newline parameters. And why not just use io.TextIOWrapper?

page.decode_content() bad that compels to read and to decode at once all of the 
data, while io.TextIOWrapper returns a file-like object and allows you to read 
line-by-line or by other pieces.

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

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

Reply via email to