From: Serhiy Storchaka Date: Wed, 25 Mar 2015 14:41:15 +0000 (+0200) Subject: Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. X-Git-Tag: v3.5.0a3~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b20f905f6d52d6839ca2e5b3fd069cf5ccffc429;p=python Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. --- b20f905f6d52d6839ca2e5b3fd069cf5ccffc429 diff --cc Misc/NEWS index 6534443f07,7075ef8d68..822e3fdf91 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -30,9 -18,8 +30,11 @@@ Core and Builtin Library ------- + - Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. + +- Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive + creation) mode. + - Issue #21802: The reader in BufferedRWPair now is closed even when closing writer failed in BufferedRWPair.close().