diff options
author | doko@python.org <doko@python.org> | 2013-01-25 12:20:46 (GMT) |
---|---|---|
committer | doko@python.org <doko@python.org> | 2013-01-25 12:20:46 (GMT) |
commit | 6951fea3abb64a3820d623efce182fefdcbae978 (patch) | |
tree | 3aa2c832db8a43b2d274737f1452f538d4f5a60c /Misc | |
parent | 35f284b75e7c4e35c57575b8839efc15fc12daad (diff) | |
parent | 0c77bf757f94945b9e11a3d1f44ee47466866fd0 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |