summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-12-31 03:23:10 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-12-31 03:23:10 (GMT)
commitb2d90467927e953bd2c195b7d6de94744a13ce60 (patch)
tree697845b1cb0aa787c6e8db77e98f454222a9be13 /Misc
parent587a31001e3bb8c959c9fbd4b2872e4c6179026b (diff)
downloadcpython-b2d90467927e953bd2c195b7d6de94744a13ce60.zip
cpython-b2d90467927e953bd2c195b7d6de94744a13ce60.tar.gz
cpython-b2d90467927e953bd2c195b7d6de94744a13ce60.tar.bz2
Merged revisions 77169 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77169 | benjamin.peterson | 2009-12-30 21:17:18 -0600 (Wed, 30 Dec 2009) | 2 lines 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 c3f3295..64319f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -514,6 +514,10 @@ Extension Modules
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.