bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)

Patch by Terry Jan Reedy.
(cherry picked from commit 5b2657fb8c)

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2018-08-06 12:59:43 -07:00 committed by GitHub
parent a1ff5f9031
commit 1c6df83e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -915,7 +915,8 @@ call fails (for example because the path doesn't exist):
>>> p.read_text()
'Text file contents'
The optional parameters have the same meaning as in :func:`open`.
The file is opened and then closed. The optional parameters have the same
meaning as in :func:`open`.
.. versionadded:: 3.5