Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
diff --git a/Misc/NEWS b/Misc/NEWS
index 60ad651..4d65d9a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 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().