Kaydet (Commit) 7a825ba3 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.2

#11633 Clarify print buffering (will change again if 13761 adds flush param).
......@@ -959,7 +959,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)
......
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