]> granicus.if.org Git - python/commitdiff
Issue #17418: specify that buffer sizes are bytes as soon as possible.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 16 Mar 2013 19:56:27 +0000 (15:56 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 16 Mar 2013 19:56:27 +0000 (15:56 -0400)
Doc/library/functions.rst

index 99f8335fd9248fa122ed663a0e5c63b21b2533db..93d35f84afb6572281696c9d470b26aad3e34250 100644 (file)
@@ -868,8 +868,8 @@ are always available.  They are listed here in alphabetical order.
    *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