From 5d89aeb01545be185d1579b60f27be744423e28e Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Tue, 12 Jun 2018 23:30:45 +0900 Subject: [PATCH] bpo-33660: Fix PosixPath to resolve a relative path on root (cherry picked from commit 94ad6c674f7687ef22853cb8d42b440d6b42ddc8) Co-authored-by: Dong-hee Na --- .../next/Library/2018-06-12-23-30-41.bpo-33660.AdDn5Z.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2018-06-12-23-30-41.bpo-33660.AdDn5Z.rst diff --git a/Misc/NEWS.d/next/Library/2018-06-12-23-30-41.bpo-33660.AdDn5Z.rst b/Misc/NEWS.d/next/Library/2018-06-12-23-30-41.bpo-33660.AdDn5Z.rst new file mode 100644 index 00000000000000..cce3dbb1c6ea5b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-12-23-30-41.bpo-33660.AdDn5Z.rst @@ -0,0 +1,2 @@ +Fix pathlib.PosixPath to resolve a relative path located on the root +directory properly.