From 4adb288f4eaea3a21295c11a3ca49313d7da8cc7 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 4 Jan 2010 18:50:53 +0000 Subject: Issue #7631: Fix undefined references to the "built-in file object", which has ceased to be. --- Doc/using/cmdline.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Doc/using') diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 5440c203a2..7c9b511ad6 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -235,11 +235,6 @@ Miscellaneous options Force stdin, stdout and stderr to be totally unbuffered. On systems where it matters, also put stdin, stdout and stderr in binary mode. - Note that there is internal buffering in :meth:`file.readlines` and - :ref:`bltin-file-objects` (``for line in sys.stdin``) which is not influenced - by this option. To work around this, you will want to use - :meth:`file.readline` inside a ``while 1:`` loop. - See also :envvar:`PYTHONUNBUFFERED`. -- cgit v1.2.1