Backport of r60743:
Patch #1736: Fix file name handling of _msi.FCICreate.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0cd7407..ffb1771 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -231,6 +231,8 @@
 Extension Modules
 -----------------
 
+- Patch #1736: Fix file name handling of _msi.FCICreate.
+
 - Backport r59862 (issue #712900): make long regexp matches interruptable.
 
 - #1940: make it possible to use curses.filter() before curses.initscr()