Kaydet (Commit) f4ef23f8 authored tarafından Georg Brandl's avatar Georg Brandl

Use correct markup.

üst 20172f9b
...@@ -217,10 +217,10 @@ Miscellaneous options ...@@ -217,10 +217,10 @@ Miscellaneous options
Force stdin, stdout and stderr to be totally unbuffered. On systems where it Force stdin, stdout and stderr to be totally unbuffered. On systems where it
matters, also put stdin, stdout and stderr in binary mode. matters, also put stdin, stdout and stderr in binary mode.
Note that there is internal buffering in :func:`file.readlines` and Note that there is internal buffering in :meth:`file.readlines` and
:ref:`bltin-file-objects` (``for line in sys.stdin``) which is not influenced :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 by this option. To work around this, you will want to use
:func:`file.readline` inside a ``while 1:`` loop. :meth:`file.readline` inside a ``while 1:`` loop.
See also :envvar:`PYTHONUNBUFFERED`. See also :envvar:`PYTHONUNBUFFERED`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment