]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33660: Fix PosixPath to resolve a relative path on root (#21974)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Aug 2020 00:51:44 +0000 (17:51 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Aug 2020 00:51:44 +0000 (02:51 +0200)
commit211e4c6e9c1ab60bb2577dda6587fbec79f679b2
treee1d306e71e4a107d6fe35583fa6dcbf60edc472c
parent9de6be4e2ae605a1deb6fa72d5c5f66b07817e4c
bpo-33660: Fix PosixPath to resolve a relative path on root (#21974)

(cherry picked from commit 94ad6c674f7687ef22853cb8d42b440d6b42ddc8)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
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]