From: Antoine Pietri Date: Mon, 12 Jun 2017 16:40:13 +0000 (+0200) Subject: bpo-30177: add NEWS entry (#2135) X-Git-Tag: v3.7.0a1~615 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a77a35d70ba8aed047e63d4d9f7d0554e98d4c4b;p=python bpo-30177: add NEWS entry (#2135) --- diff --git a/Misc/NEWS b/Misc/NEWS index 491cad3d17..f9aa1630eb 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 ----