A note about EX_OK and friends in the posixmodule.

This commit is contained in:
Barry Warsaw 2003-01-07 20:55:26 +00:00
parent 6d0d3655af
commit f8ba39c4c0
1 changed files with 2 additions and 0 deletions

View File

@ -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.)