]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute path. (GH-26184)
authorBarney Gale <barney.gale@gmail.com>
Thu, 20 May 2021 16:41:33 +0000 (17:41 +0100)
committerGitHub <noreply@github.com>
Thu, 20 May 2021 16:41:33 +0000 (18:41 +0200)
commit18f41c04ff4161531f4d08631059fd3ed37c0218
tree12788d81997d3be0212cec17149735396d6377a4
parent7109624d45bcf28fbb46a53354785dc5ff953a16
bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute path. (GH-26184)

Issue should be fixed in bpo-43757

Co-Authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Lib/test/test_pathlib.py