]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)
authorBarney Gale <barney.gale@gmail.com>
Fri, 28 Jan 2022 23:40:55 +0000 (23:40 +0000)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 23:40:55 +0000 (15:40 -0800)
commit18cb2ef46c9998480f7182048435bc58265c88f2
tree6a57bd91442c285bc4580d7ce66f7457a653cc78
parent1f036ede59e2c4befc07714cf76603c591d5c972
bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)

Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Brian Helba <brian.helba@kitware.com>
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2022-01-05-03-21-21.bpo-29688.W06bSH.rst [new file with mode: 0644]