]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-119054: Add "Renaming and deleting" section to pathlib docs. (GH-120465...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Jun 2024 20:31:52 +0000 (22:31 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 20:31:52 +0000 (20:31 +0000)
commitc9fc099c590f24e70f2b10113006f321ff54b28d
treece8df99bf5dfa419509799553a083f16c42dd3d1
parent7719eefcce1c204a37c455d140d840d34a5c8f19
[3.12] GH-119054: Add "Renaming and deleting" section to pathlib docs. (GH-120465) (#120473)

GH-119054: Add "Renaming and deleting" section to pathlib docs. (GH-120465)

Add dedicated subsection for `pathlib.Path.rename()`, `replace()`,
`unlink()` and `rmdir()`.
(cherry picked from commit d88a1f2e156cd1072119afa91d4f4dc4037c1b21)

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