Message 334632 - Python tracker

Message334632

Author steverpalmer
Recipients steverpalmer
Date 2019-01-31.15:56:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548950189.55.0.263734070649.issue35869@roundup.psfhosted.org>
In-reply-to
Content
The description of read in io.BufferedReader.read function states "Read and return size bytes, or if size is not given or negative, until EOF or if the read call would block in non-blocking mode."  This does mention the non-block mode scenario, but I can't parse this sentence.
History
Date User Action Args
2019-01-31 15:56:30steverpalmersetrecipients: + steverpalmer
2019-01-31 15:56:29steverpalmersetmessageid: <1548950189.55.0.263734070649.issue35869@roundup.psfhosted.org>
2019-01-31 15:56:29steverpalmerlinkissue35869 messages
2019-01-31 15:56:29steverpalmercreate