]> granicus.if.org Git - python/commit
Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 22:19:38 +0000 (00:19 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 22:19:38 +0000 (00:19 +0200)
commitb57f108b03df332d276a224c92e32cee13a042f2
tree954924ef9693e020c58d90999bdb548af8f45f9f
parente9d44ccb2279a49a69277d38e956731675f1b556
Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
Lib/_pyio.py
Misc/NEWS
Modules/_io/_iomodule.c
Modules/_io/_iomodule.h
Modules/_io/bufferedio.c