note for amk
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index 478f5b8..3bb087a 100644
--- a/Doc/whatsnew/whatsnew24.tex
+++ b/Doc/whatsnew/whatsnew24.tex
@@ -1720,6 +1720,9 @@
 \item \constant{None} is now a constant; code that binds a new value to 
 the name \samp{None} is now a syntax error.
 
+% signal module now raises a RuntimeError on insane calls - e.g. setting a 
+% handler on SIGKILL
+
 \end{itemize}