Merged revisions 83745 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83745 | brian.curtin | 2010-08-05 13:56:00 -0500 (Thu, 05 Aug 2010) | 4 lines
Issue #9524: Document that two CTRL* signals are meant for use only
with os.kill.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 3876b4a..c844ebf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -193,6 +193,9 @@
Documentation
-------------
+- Issue #9524: Document that two CTRL* signals are meant for use only
+ with os.kill.
+
- Issue #9255: Document that the 'test' package is for internal Python use
only.