summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 491cad3..f9aa163 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1099,6 +1099,9 @@ Library
sys.getrecursionlimit() times, to protect against objects which create a new
object on every attribute access.
+- bpo-30177: path.resolve(strict=False) no longer cuts the path after the first
+ element not present in the filesystem. Patch by Antoine Pietri.
+
IDLE
----