summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-12-29 00:02:59 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-12-29 00:02:59 (GMT)
commit4b1e98b0af68ee80a37618ad599ead194f179cf1 (patch)
tree8aafb341f8ec39e970d0a9b3ef13d817d97a60a4 /Misc
parent40619399bd4798d9edb50fe80afe8eff3197d51d (diff)
downloadcpython-4b1e98b0af68ee80a37618ad599ead194f179cf1.zip
cpython-4b1e98b0af68ee80a37618ad599ead194f179cf1.tar.gz
cpython-4b1e98b0af68ee80a37618ad599ead194f179cf1.tar.bz2
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 176b1e9..1112257 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,8 @@ Core and Builtins
Library
-------
+- Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
+
- Issue #13051: Fixed recursion errors in large or resized
curses.textpad.Textbox. Based on patch by Tycho Andersen.