]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-119054: Add "Reading and writing files" section to pathlib docs (GH-119524...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 2 Jun 2024 19:58:41 +0000 (21:58 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 19:58:41 +0000 (19:58 +0000)
commitd33b0868d6aa6246a420fb7991bfd9cb907c951b
tree37d6101a7d875fa9f78bf6bd856c7536e96948b7
parent590fd9ccd4443b991f7b01134fb8486cf5f5a79c
[3.13] GH-119054: Add "Reading and writing files" section to pathlib docs (GH-119524) (#119954)

Add a dedicated subsection for `open()`, `read_text()`, `read_bytes()`,
`write_text()` and `write_bytes()`.

(cherry picked from commit bd6d4ed6454378e48dab06f50a9be0bae6baa3a2)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Doc/library/pathlib.rst