]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-119054: Add "Reading and writing files" section to pathlib docs (#119524)
authorBarney Gale <barney.gale@gmail.com>
Sun, 2 Jun 2024 19:39:19 +0000 (20:39 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 19:39:19 +0000 (19:39 +0000)
commitbd6d4ed6454378e48dab06f50a9be0bae6baa3a2
tree6099a3b04d3da5e4110e3775967c2d45dfa1c222
parentaa9fe98e0649f0a151942914ef4e2810ca6126c2
GH-119054: Add "Reading and writing files" section to pathlib docs (#119524)

Add a dedicated subsection for `open()`, `read_text()`, `read_bytes()`,
`write_text()` and `write_bytes()`.
Doc/library/pathlib.rst