From: Anthony Baxter Date: Mon, 13 Dec 2004 11:39:33 +0000 (+0000) Subject: note for amk X-Git-Tag: v2.5a0~2263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57ee770df1ee871316e2634c215a403ebdbb12c5;p=thirdparty%2FPython%2Fcpython.git note for amk --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 478f5b8b43c3..3bb087a83833 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -1720,6 +1720,9 @@ a partially-initialized module object in \code{sys.modules}. \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}