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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8399a177de8bfa860a66e96665488c17199cb9d2;p=python [3.6] bpo-30177: add NEWS entry (#2134) --- diff --git a/Misc/NEWS b/Misc/NEWS index e56c5a300f..a950731111 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 ----