[Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2

terry.reedy python-checkins at python.org
Sat Mar 16 21:08:50 CET 2013


http://hg.python.org/cpython/rev/4a749972bad6
changeset:   82694:4a749972bad6
branch:      3.3
parent:      82685:c2be613f5ea6
parent:      82693:a9d54ba2370b
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Mar 16 15:56:50 2013 -0400
summary:
  Merge with 3.2

files:
  Doc/library/functions.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -876,8 +876,8 @@
    *buffering* is an optional integer used to set the buffering policy.  Pass 0
    to switch buffering off (only allowed in binary mode), 1 to select line
    buffering (only usable in text mode), and an integer > 1 to indicate the size
-   of a fixed-size chunk buffer.  When no *buffering* argument is given, the
-   default buffering policy works as follows:
+   in bytes of a fixed-size chunk buffer.  When no *buffering* argument is
+   given, the default buffering policy works as follows:
 
    * Binary files are buffered in fixed-size chunks; the size of the buffer is
      chosen using a heuristic trying to determine the underlying device's "block

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list