]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Aug 2020 00:47:10 +0000 (17:47 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Aug 2020 00:47:10 +0000 (02:47 +0200)
commit7475aa2c590e33a47f5e79e4079bca0645e93f2f
treedce7c1e5c16d1e2e2eb860d5b00db171aaca0ce2
parent57b698886b47bb81c782c2ba80a8a72fe66c7aad
bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975)

(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]