commit | 4e63fbe04dc23bf58e47ce3bd307797e084b83b8 | [log] [tgz] |
---|---|---|
author | doko@python.org <doko@python.org> | Fri Jan 25 13:08:27 2013 +0100 |
committer | doko@python.org <doko@python.org> | Fri Jan 25 13:08:27 2013 +0100 |
tree | 8cb1347421f1c3509d48dc48eeea965d64cb19a0 | |
parent | b09ec9b6184dc81050449c3173238f88ab6cd875 [diff] |
- Issue #17029: Let h2py search the multiarch system include directory.
diff --git a/Misc/NEWS b/Misc/NEWS index 8d84806..edd5c1e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -706,6 +706,8 @@ Build ----- +- Issue #17029: Let h2py search the multiarch system include directory. + - Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. Patch by Jeffrey Armstrong.