From: Barry Warsaw Date: Tue, 7 Jan 2003 20:55:26 +0000 (+0000) Subject: A note about EX_OK and friends in the posixmodule. X-Git-Tag: v2.3c1~2542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8ba39c4c097046c4246091f243fb45c9d2085a6;p=python A note about EX_OK and friends in the posixmodule. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5f3f8476ab..bb7bfa0cc0 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.)