| commit | 5739e102ddf62667167da7da878938d64896733d | [log] [tgz] |
|---|---|---|
| author | Charles-François Natali <neologix@free.fr> | Thu Apr 12 19:07:25 2012 +0200 |
| committer | Charles-François Natali <neologix@free.fr> | Thu Apr 12 19:07:25 2012 +0200 |
| tree | 90bfd02fadcc84c98dc3b2c6306cbe6eb03a862e | |
| parent | e7bade568ebb04c607caf0cfce02a36765dad02e [diff] [blame] |
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
diff --git a/Misc/NEWS b/Misc/NEWS index ebdfa7c..a9fbd8d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -131,6 +131,8 @@ Build ----- +- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. + - Issue #14437: Fix building the _io module under Cygwin. - Issue #14387: Do not include accu.h from Python.h.