]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:43:59 +0000 (22:43 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 20:43:59 +0000 (20:43 +0000)
commitd5ad3b7fc8f5c02210b19bf833582f9f89010658
tree308142b34d1d791cfa12cd4c9e5353b3b9a53ee8
parent15c3d0013d5e653c63171dc5daa533ed45ba811f
[3.13] GH-119054: Add "Renaming and deleting" section to pathlib docs. (GH-120465) (#120472)

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