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 loewis
Recipients
Date 2006-11-21.18:29:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Discussion on python-dev revealed that read() on a socket will always give you blocksize data, except for the last block. So this doesn't really change anything in practice; applications that find that the data read (blocksize*blocknumber) exceeds the amount of data expected should conclude that they saw the last block.

Rejecting this patch.
History
Date User Action Args
2007-08-23 15:29:59adminlinkissue849407 messages
2007-08-23 15:29:59admincreate