]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33660: Fix PosixPath to resolve a relative path on root
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 12 Jun 2018 14:30:45 +0000 (23:30 +0900)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 27 Aug 2020 00:24:38 +0000 (02:24 +0200)
commit94ad6c674f7687ef22853cb8d42b440d6b42ddc8
tree7e5c3858a3178adf6c1353f95611402a92c893a6
parent82e79480d6e61940d7007d9026fbff0b1a11ad9a
bpo-33660: Fix PosixPath to resolve a relative path on root
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2018-06-12-23-30-41.bpo-33660.AdDn5Z.rst [new file with mode: 0644]