projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d0d365
)
A note about EX_OK and friends in the posixmodule.
author
Barry Warsaw
<barry@python.org>
Tue, 7 Jan 2003 20:55:26 +0000
(20:55 +0000)
committer
Barry Warsaw
<barry@python.org>
Tue, 7 Jan 2003 20:55:26 +0000
(20:55 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/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.)