summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-11-09 20:58:31 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-11-09 20:58:31 (GMT)
commitbb132fc34ef2aeaf4cbe9a37b3f70833e088c6a0 (patch)
tree219c1d9f5f7786c17bfd1bc83cad69a2e8caa1f0 /Misc
parent02f252f3af496f297dc8fc1f35a0634a686612a2 (diff)
parent98eb360531e5e3045b21b34afd32474cf8741c9b (diff)
downloadcpython-bb132fc34ef2aeaf4cbe9a37b3f70833e088c6a0.zip
cpython-bb132fc34ef2aeaf4cbe9a37b3f70833e088c6a0.tar.gz
cpython-bb132fc34ef2aeaf4cbe9a37b3f70833e088c6a0.tar.bz2
Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
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 3c280c5..31c3703 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -114,6 +114,9 @@ Core and Builtins
Library
-------
+- Issue #19717: Makes Path.resolve() succeed on paths that do not exist.
+ Patch by Vajrasky Kok
+
- Issue #28563: Fixed possible DoS and arbitrary code execution when handle
plural form selections in the gettext module. The expression parser now
supports exact syntax supported by GNU gettext.