diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-11-09 20:58:31 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-11-09 20:58:31 (GMT) |
commit | bb132fc34ef2aeaf4cbe9a37b3f70833e088c6a0 (patch) | |
tree | 219c1d9f5f7786c17bfd1bc83cad69a2e8caa1f0 /Misc | |
parent | 02f252f3af496f297dc8fc1f35a0634a686612a2 (diff) | |
parent | 98eb360531e5e3045b21b34afd32474cf8741c9b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |