From: Anthony Baxter Date: Tue, 5 Aug 2003 06:33:56 +0000 (+0000) Subject: forgot to commit this - note about the signal module SIGRT(MIN,MAX) X-Git-Tag: v2.4a1~1792 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83f5291c0fa282ef01156e7bee0c62a231a3dfda;p=thirdparty%2FPython%2Fcpython.git forgot to commit this - note about the signal module SIGRT(MIN,MAX) --- diff --git a/Misc/NEWS b/Misc/NEWS index d790fc8e188e..2edfb8dfdacd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,6 +18,8 @@ Core and builtins Extension modules ----------------- +- The signal module now exposes SIGRTMIN and SIGRTMAX (if available). + Library -------