summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pietri <antoine.pietri1@gmail.com>2017-06-12 16:40:13 (GMT)
committerNed Deily <nad@python.org>2017-06-12 16:40:13 (GMT)
commita77a35d70ba8aed047e63d4d9f7d0554e98d4c4b (patch)
tree10bfeb4093f2e76f2a9eb64eb8fa8c7bd9d7576a /Misc
parentdfd5f34634f9c505945e9348b4b799544680a7cf (diff)
downloadcpython-a77a35d70ba8aed047e63d4d9f7d0554e98d4c4b.zip
cpython-a77a35d70ba8aed047e63d4d9f7d0554e98d4c4b.tar.gz
cpython-a77a35d70ba8aed047e63d4d9f7d0554e98d4c4b.tar.bz2
bpo-30177: add NEWS entry (#2135)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 491cad3..f9aa163 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1099,6 +1099,9 @@ Library
sys.getrecursionlimit() times, to protect against objects which create a new
object on every attribute access.
+- 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
----