summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-12-31 03:17:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-12-31 03:17:18 (GMT)
commit2c19674b51291c361842ec02f2ddbb9b472a2f5c (patch)
tree2556ec3112320aa096f1ae48f772169d41dfcf94 /Misc
parentdf6f963f15824ad7553324648b5bcd221c221e15 (diff)
downloadcpython-2c19674b51291c361842ec02f2ddbb9b472a2f5c.zip
cpython-2c19674b51291c361842ec02f2ddbb9b472a2f5c.tar.gz
cpython-2c19674b51291c361842ec02f2ddbb9b472a2f5c.tar.bz2
add a --with-system-expat option to build pyexpat against the system's lib #7609
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 87242b1..c78eaa8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,10 @@ C-API
Build
-----
+- Issue #7609: Add a --with-system-expat option that causes the system's expat
+ library to be used for the pyexpat module instead of the one included with
+ Python.
+
- Issue #7589: Only build the nis module when the correct header files are
found.