summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-25 14:41:15 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-25 14:41:15 (GMT)
commitb20f905f6d52d6839ca2e5b3fd069cf5ccffc429 (patch)
treef0e1f25cbf2819fd32d7ddeac33b8498f5defc4e /Misc
parent764fc9bfac84d564c526628974a9bd5edfa5bcab (diff)
parent1b87ae0c910e4bcf652bd45a2c8c62ff11606b47 (diff)
downloadcpython-b20f905f6d52d6839ca2e5b3fd069cf5ccffc429.zip
cpython-b20f905f6d52d6839ca2e5b3fd069cf5ccffc429.tar.gz
cpython-b20f905f6d52d6839ca2e5b3fd069cf5ccffc429.tar.bz2
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
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 6534443..822e3fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Core and Builtins
Library
-------
+- Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
+
- Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
creation) mode.