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 vstinner
Recipients pitrou, vstinner
Date 2011-05-25.14:54:18
SpamBayes Score 0.07863477
Marked as misclassified No
Message-id <1306335259.45.0.637805675539.issue12175@psf.upfronthosting.co.za>
In-reply-to
Content
bufferedreader_readall.patch: BufferedReader.read(None) calls raw.readall() if available.

bufferedreader_readall.patch requires fileio_readall_closed.patch and rawiobase_readall.patch fixes.
History
Date User Action Args
2011-05-25 14:54:19vstinnersetrecipients: + vstinner, pitrou
2011-05-25 14:54:19vstinnersetmessageid: <1306335259.45.0.637805675539.issue12175@psf.upfronthosting.co.za>
2011-05-25 14:54:18vstinnerlinkissue12175 messages
2011-05-25 14:54:18vstinnercreate