From f8ba39c4c097046c4246091f243fb45c9d2085a6 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 7 Jan 2003 20:55:26 +0000 Subject: [PATCH] A note about EX_OK and friends in the posixmodule. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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.) -- 2.50.1