summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-01-07 20:55:26 (GMT)
committerBarry Warsaw <barry@python.org>2003-01-07 20:55:26 (GMT)
commitf8ba39c4c097046c4246091f243fb45c9d2085a6 (patch)
treee1bdbd54ee714c81a55a186e78996f8590ed5b85 /Misc
parent6d0d3655af5c98d77274e08196ea0db336699290 (diff)
downloadcpython-f8ba39c4c097046c4246091f243fb45c9d2085a6.zip
cpython-f8ba39c4c097046c4246091f243fb45c9d2085a6.tar.gz
cpython-f8ba39c4c097046c4246091f243fb45c9d2085a6.tar.bz2
A note about EX_OK and friends in the posixmodule.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f3f847..bb7bfa0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and builtins
Extension modules
-----------------
+- os/posixmodule has grown the sysexits.h constants (EX_OK and friends).
+
- Fixed broken threadstate swap in readline that could cause fatal
errors when a readline hook was being invoked while a background
thread was active. (SF bugs #660476 and #513033.)