Patch #1350409: Port signal handling to VS 2005.
diff --git a/Misc/NEWS b/Misc/NEWS
index cb598d5..cd947a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Patch #1350409: Work around signal handling bug in Visual Studio 2005.
+
 - Bug #1281408: Py_BuildValue now works correct even with unsigned longs
   and long longs.