[Python-Dev] io.BufferedReader.peek() Behaviour in python3.1

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Jun 21 03:26:36 CEST 2009


Lucas P Melo wrote:

> Am I understanding this correctly:
> * The blocking version would not do any raw reads.

No, the blocking version would keep doing raw reads
until the buffer contains enough bytes.

-- 
Greg


More information about the Python-Dev mailing list