]> granicus.if.org Git - python/commit
Change the specs for readinto() -- it should *not* shorten the buffer to
authorGuido van Rossum <guido@python.org>
Wed, 7 Mar 2007 05:23:25 +0000 (05:23 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Mar 2007 05:23:25 +0000 (05:23 +0000)
commit00efeadbcf2bfdeb805eecbb6d486b0bf93c3738
tree6edb8f8c0cdd997f6b59e801b08cf6e91071370d
parent01a2752d19d0ad615c989b8d742a736ca8d51a57
Change the specs for readinto() -- it should *not* shorten the buffer to
the amount of data read.
Lib/io.py
Lib/test/test_io.py