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 martin.panter
Recipients alex, christian.heimes, dstufft, martin.panter
Date 2015-05-15.05:04:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431666290.08.0.934027337454.issue23804@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch for 3.5 that changes the default size to explicitly be 1024, and tests that recv(0) and read(0) now work as I expect they should by returning nothing.
History
Date User Action Args
2015-05-15 05:04:50martin.pantersetrecipients: + martin.panter, christian.heimes, alex, dstufft
2015-05-15 05:04:50martin.pantersetmessageid: <1431666290.08.0.934027337454.issue23804@psf.upfronthosting.co.za>
2015-05-15 05:04:50martin.panterlinkissue23804 messages
2015-05-15 05:04:49martin.pantercreate