commit | 9a8082f107d3fd3599c2f21a130413030e3d4cfe | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Mar 05 00:55:56 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Mar 05 00:55:56 2009 +0000 |
tree | 10210b0386fb4cc729ec66363211c14042da641b | |
parent | 5ac89cc8852e5f8203d3a1f710e89dcc4778ca79 [diff] |
FileIO.readinto() isn't going anywhere
diff --git a/Modules/_fileio.c b/Modules/_fileio.c index 4b382fb..fd35d69 100644 --- a/Modules/_fileio.c +++ b/Modules/_fileio.c
@@ -887,7 +887,7 @@ "tell() -> int. Current file position"); PyDoc_STRVAR(readinto_doc, -"readinto() -> Undocumented. Don't use this; it may go away."); +"readinto() -> Same as RawIOBase.readinto()."); PyDoc_STRVAR(close_doc, "close() -> None. Close the file.\n"