]> granicus.if.org Git - python/commitdiff
A note about EX_OK and friends in the posixmodule.
authorBarry Warsaw <barry@python.org>
Tue, 7 Jan 2003 20:55:26 +0000 (20:55 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 7 Jan 2003 20:55:26 +0000 (20:55 +0000)
Misc/NEWS

index 5f3f8476aba063ed7bc81d48050379caceb376de..bb7bfa0cc0a5310a5bf974c6493f6645f4ed67b7 100644 (file)
--- 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.)