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