]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct info about "f.read(size)". (GH13852)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Sep 2019 16:02:40 +0000 (09:02 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 16:02:40 +0000 (09:02 -0700)
commit075a441fa0c900802e331167f617058c7d3a9607
tree56fa31ba1da49a9b8e1008d7696f976541ffbcd0
parent494b61aeec8e583755c8ff3a147a58657353bbc3
Correct info about "f.read(size)". (GH13852)

In text mode, the "size" parameter indicates the number of characters, not bytes.
(cherry picked from commit faff81c05f838b0b7a64bbc8c53c02a9b04bb79d)

Co-authored-by: William Andrea <william.j.andrea@gmail.com>
Doc/tutorial/inputoutput.rst