Properly quote compileall and Lib paths in case TARGETDIR has a space.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3de2823..b3fc3e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@
 Build
 -----
 
+- The MSI compileall step was fixed to also support a TARGETDIR
+  with spaces in it.
+
 - Bug #1517388: sqlite3.dll is now installed on Windows independent
   of Tcl/Tk.