mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Closes #11633 Clarify print buffering.
This commit is contained in:
parent
f4ec3c5a92
commit
e247928fed
1 changed files with 3 additions and 1 deletions
|
|
@ -954,7 +954,9 @@ are always available. They are listed here in alphabetical order.
|
|||
*end*.
|
||||
|
||||
The *file* argument must be an object with a ``write(string)`` method; if it
|
||||
is not present or ``None``, :data:`sys.stdout` will be used.
|
||||
is not present or ``None``, :data:`sys.stdout` will be used. Output buffering
|
||||
is determined by *file*. Use ``sys.stdout.flush()`` to ensure immediate
|
||||
appearance on a screen.
|
||||
|
||||
|
||||
.. function:: property(fget=None, fset=None, fdel=None, doc=None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue