mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Merge with 3.2
#11633 Clarify print buffering (will change again if 13761 adds flush param).
This commit is contained in:
commit
7a825ba3c6
1 changed files with 3 additions and 1 deletions
|
@ -959,7 +959,9 @@ are always available. They are listed here in alphabetical order.
|
||||||
*end*.
|
*end*.
|
||||||
|
|
||||||
The *file* argument must be an object with a ``write(string)`` method; if it
|
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)
|
.. function:: property(fget=None, fset=None, fdel=None, doc=None)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue