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

index e56c5a300feb3dfed230c27b5d262e5af65146b0..a9507311110b444f784b8cbec2a8346d635e7fc7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -201,6 +201,9 @@ Library
   exception) to exception(s) raised in the dispatched methods.
   Patch by Petr Motejlek.
 
+- 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
 ----