diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-12-13 11:39:33 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-12-13 11:39:33 (GMT) |
commit | 57ee770df1ee871316e2634c215a403ebdbb12c5 (patch) | |
tree | ea3793f680925426eca1b91aef9f3f7b74456794 /Doc/whatsnew | |
parent | 7af53a6de429ef7501f860e3cc2a085c378bcef9 (diff) | |
download | cpython-57ee770df1ee871316e2634c215a403ebdbb12c5.zip cpython-57ee770df1ee871316e2634c215a403ebdbb12c5.tar.gz cpython-57ee770df1ee871316e2634c215a403ebdbb12c5.tar.bz2 |
note for amk
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ 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} |