From 485e4bb1e2342c861bccf771d40de0c5db91923f Mon Sep 17 00:00:00 2001 From: Antoine Pietri Date: Mon, 12 Jun 2017 18:32:03 +0200 Subject: [PATCH] bpo-30177: add NEWS entry --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 491cad3d17d4fb2..f9aa1630ebf1925 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 ----