commit | 8399a177de8bfa860a66e96665488c17199cb9d2 | [log] [tgz] |
---|---|---|
author | Antoine Pietri <antoine.pietri1@gmail.com> | Mon Jun 12 18:23:24 2017 +0200 |
committer | Ned Deily <nad@python.org> | Mon Jun 12 12:23:24 2017 -0400 |
tree | 3e2622d4819de828536177ab58a849744061d2a1 | |
parent | e1b690370fd8f93bef1e69eeea2695f95a7cfff5 [diff] |
[3.6] bpo-30177: add NEWS entry (#2134)
diff --git a/Misc/NEWS b/Misc/NEWS index e56c5a3..a950731 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -201,6 +201,9 @@ 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 ----