From 8399a177de8bfa860a66e96665488c17199cb9d2 Mon Sep 17 00:00:00 2001 From: Antoine Pietri Date: Mon, 12 Jun 2017 18:23:24 +0200 Subject: [3.6] bpo-30177: add NEWS entry (#2134) --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index e56c5a3..a950731 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 ---- -- cgit v0.12