]> granicus.if.org Git - python/commitdiff
bpo-30177: add NEWS entry (#2135)
authorAntoine Pietri <antoine.pietri1@gmail.com>
Mon, 12 Jun 2017 16:40:13 +0000 (18:40 +0200)
committerNed Deily <nad@python.org>
Mon, 12 Jun 2017 16:40:13 +0000 (12:40 -0400)
Misc/NEWS

index 491cad3d17d4fb2e1b70e975bece7e2bb27e37d9..f9aa1630ebf1925f946b6c62264621d8a5dd98ae 100644 (file)
--- 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
 ----