Guido van Rossum added the comment:

Do you have a specific use case where it's important to access the remaining 
data? ISTM that this is happening when the connection is lost and then it 
shouldn't matter how much of the data you read or not -- the connection was 
broken before the remote side closed it, and you should not trust the data.

----------
nosy: +gvanrossum

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

Reply via email to