summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2003-08-05 06:33:56 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2003-08-05 06:33:56 (GMT)
commit83f5291c0fa282ef01156e7bee0c62a231a3dfda (patch)
tree86474f3128ec94ac787bfb491d92473250768888
parentb7150a23f75a0fe00256703fb9dc435ade4c4bc2 (diff)
downloadcpython-83f5291c0fa282ef01156e7bee0c62a231a3dfda.zip
cpython-83f5291c0fa282ef01156e7bee0c62a231a3dfda.tar.gz
cpython-83f5291c0fa282ef01156e7bee0c62a231a3dfda.tar.bz2
forgot to commit this - note about the signal module SIGRT(MIN,MAX)
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d790fc8..2edfb8d 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
-------