FileIO.readinto() isn't going anywhere

This commit is contained in:
Benjamin Peterson 2009-03-05 00:55:56 +00:00
parent 5ac89cc885
commit 9a8082f107
2 changed files with 1 additions and 4 deletions

View file

@ -438,9 +438,6 @@ Raw File I/O
the number actually written. Only one system call is made, so it
is possible that only some of the data is written.
Note that the inherited ``readinto()`` method should not be used on
:class:`FileIO` objects.
Buffered Streams
----------------