]> granicus.if.org Git - python/commit
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Mar 2015 14:39:58 +0000 (16:39 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Mar 2015 14:39:58 +0000 (16:39 +0200)
commit53b542fe30467aab7b8e396a33b1466b3d70e06a
treebdc3b677cd30a14212cc2cb8bf64a999ee5c551e
parentf95a57f9a19a4e593e87f34a5358372d5b6d08e8
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS