[issue10050] urllib.request still has old 2.x urllib primitives

Jeff McNeil report at bugs.python.org
Sun Nov 11 05:31:49 CET 2012


Jeff McNeil added the comment:

Reverting of the len(block) back to 'bs' here aside, does it even make sense to include block information at all? 

That's the attempted read size, so it might not be an accurate representation of the size of the data actually read.  Thus the reason for the initial change.

----------

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


More information about the Python-bugs-list mailing list