summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 12:20:46 (GMT)
committerdoko@python.org <doko@python.org>2013-01-25 12:20:46 (GMT)
commit6951fea3abb64a3820d623efce182fefdcbae978 (patch)
tree3aa2c832db8a43b2d274737f1452f538d4f5a60c /Misc
parent35f284b75e7c4e35c57575b8839efc15fc12daad (diff)
parent0c77bf757f94945b9e11a3d1f44ee47466866fd0 (diff)
downloadcpython-6951fea3abb64a3820d623efce182fefdcbae978.zip
cpython-6951fea3abb64a3820d623efce182fefdcbae978.tar.gz
cpython-6951fea3abb64a3820d623efce182fefdcbae978.tar.bz2
- Issue #17029: Let h2py search the multiarch system include directory.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a7c75f1..f4ff543 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -746,6 +746,8 @@ Tests
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.