diff options
author | Barney Gale <barney.gale@gmail.com> | 2022-01-28 23:40:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 23:40:55 (GMT) |
commit | 18cb2ef46c9998480f7182048435bc58265c88f2 (patch) | |
tree | 6a57bd91442c285bc4580d7ce66f7457a653cc78 /Misc | |
parent | 1f036ede59e2c4befc07714cf76603c591d5c972 (diff) | |
download | cpython-18cb2ef46c9998480f7182048435bc58265c88f2.zip cpython-18cb2ef46c9998480f7182048435bc58265c88f2.tar.gz cpython-18cb2ef46c9998480f7182048435bc58265c88f2.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-05-03-21-21.bpo-29688.W06bSH.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-05-03-21-21.bpo-29688.W06bSH.rst b/Misc/NEWS.d/next/Library/2022-01-05-03-21-21.bpo-29688.W06bSH.rst new file mode 100644 index 0000000..1a202e5 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-05-03-21-21.bpo-29688.W06bSH.rst @@ -0,0 +1 @@ +Document :meth:`pathlib.Path.absolute` (which has always existed). |