| commit | 515ea9bd6568b737c062d9c166bb4c65420bb80a | [log] [tgz] |
|---|---|---|
| author | Charles-François Natali <neologix@free.fr> | Thu Apr 12 19:09:00 2012 +0200 |
| committer | Charles-François Natali <neologix@free.fr> | Thu Apr 12 19:09:00 2012 +0200 |
| tree | d1ba5503d3aaff4930a39b5051ae48aa3a7686f3 | |
| parent | 80a133b91c857f6da41c6eba3b6992af6d696347 [diff] [blame] | |
| parent | 5739e102ddf62667167da7da878938d64896733d [diff] [blame] |
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
diff --git a/Misc/NEWS b/Misc/NEWS index f7440ee..ea54484 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -264,6 +264,8 @@ Build ----- +- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. + - Issue #14387: Do not include accu.h from Python.h. - Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.