bpo-30177: add NEWS entry (#2135)

This commit is contained in:
Antoine Pietri 2017-06-12 18:40:13 +02:00 committed by Ned Deily
parent dfd5f34634
commit a77a35d70b

View file

@ -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
----