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 kawai
Recipients kawai
Date 2009-01-19.10:09:53
SpamBayes Score 3.9155027e-05
Marked as misclassified No
Message-id <1232359796.19.0.280451086656.issue4996@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation says io.TextIOWrapper wraps io.BufferedIOBase raw 
stream. In the code, io.TextIOWrapper.read(), 
io.TextIOWrapper._read_chunk() calls buffer.read1() which seems 
expecting buffer to be an instance of io.BufferedReader. I'm not sure 
which is correct right now.
History
Date User Action Args
2009-01-19 10:09:56kawaisetrecipients: + kawai
2009-01-19 10:09:56kawaisetmessageid: <1232359796.19.0.280451086656.issue4996@psf.upfronthosting.co.za>
2009-01-19 10:09:54kawailinkissue4996 messages
2009-01-19 10:09:53kawaicreate