diff options
author | Barry Warsaw <barry@python.org> | 2003-01-07 20:55:26 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-01-07 20:55:26 (GMT) |
commit | f8ba39c4c097046c4246091f243fb45c9d2085a6 (patch) | |
tree | e1bdbd54ee714c81a55a186e78996f8590ed5b85 /Misc | |
parent | 6d0d3655af5c98d77274e08196ea0db336699290 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.) |