commit | bc808224b6fb6f829df4bf6bb04d3a64f6e4ddcb | [log] [tgz] |
---|---|---|
author | Ross Lagerwall <rosslagerwall@gmail.com> | Sat Jun 25 12:13:40 2011 +0200 |
committer | Ross Lagerwall <rosslagerwall@gmail.com> | Sat Jun 25 12:13:40 2011 +0200 |
tree | 79b866b9eb1793f8d6321d46c3c642adfa1e00ca | |
parent | bb66972c0b263278b6468e59a240af5c7b771966 [diff] |
Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
diff --git a/Misc/NEWS b/Misc/NEWS index 6786cad..cbbc975 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -200,6 +200,8 @@ Library ------- +- Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. + - Issue #12404: Remove C89 incompatible code from mmap module. Patch by Akira Kitada.