Patch #1572724: fix typo ('=' instead of '==') in _msi.c.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f7111f..0b9aade 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -126,6 +126,8 @@
 Extension Modules
 -----------------
 
+- Patch #1572724: fix typo ('=' instead of '==') in _msi.c.
+
 - Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault
   when encoding non-BMP unicode characters.