diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-25 14:41:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-25 14:41:15 (GMT) |
commit | b20f905f6d52d6839ca2e5b3fd069cf5ccffc429 (patch) | |
tree | f0e1f25cbf2819fd32d7ddeac33b8498f5defc4e /Misc | |
parent | 764fc9bfac84d564c526628974a9bd5edfa5bcab (diff) | |
parent | 1b87ae0c910e4bcf652bd45a2c8c62ff11606b47 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |