mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
Closes #22004: Merge with 3.4
This commit is contained in:
+1
-1
@@ -289,7 +289,7 @@ I/O Base Classes
|
||||
most *size* bytes will be read.
|
||||
|
||||
The line terminator is always ``b'\n'`` for binary files; for text files,
|
||||
the *newlines* argument to :func:`open` can be used to select the line
|
||||
the *newline* argument to :func:`open` can be used to select the line
|
||||
terminator(s) recognized.
|
||||
|
||||
.. method:: readlines(hint=-1)
|
||||
|
||||
Reference in New Issue
Block a user