summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-25 14:40:15 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-25 14:40:15 (GMT)
commit1b87ae0c910e4bcf652bd45a2c8c62ff11606b47 (patch)
treefe36926683cf8b549dd4251f00ef5f645e715c9c /Misc
parent81f241ab2e19db9e421a300c00f9fb1c4e0003df (diff)
downloadcpython-1b87ae0c910e4bcf652bd45a2c8c62ff11606b47.zip
cpython-1b87ae0c910e4bcf652bd45a2c8c62ff11606b47.tar.gz
cpython-1b87ae0c910e4bcf652bd45a2c8c62ff11606b47.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 fb40003..7075ef8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Core and Builtins
Library
-------
+- Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
+
- Issue #21802: The reader in BufferedRWPair now is closed even when closing
writer failed in BufferedRWPair.close().