From: Antoine Pietri Date: Mon, 12 Jun 2017 16:23:24 +0000 (+0200) Subject: [3.6] bpo-30177: add NEWS entry (#2134) X-Git-Tag: v3.6.2rc1~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8399a177de8bfa860a66e96665488c17199cb9d2;p=thirdparty%2FPython%2Fcpython.git [3.6] bpo-30177: add NEWS entry (#2134) --- diff --git a/Misc/NEWS b/Misc/NEWS index e56c5a300feb..a9507311110b 100644 --- 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 ----