diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-01 15:18:38 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-01 15:18:38 +0000 |
commit | b4abef6d42f2e2b751acf1727f472519dd1d63aa (patch) | |
tree | f24e9a9c06c8aa5fe640e4bdcfb2e06a08cb029a | |
parent | 1c335e63c9e7ca8d6d5ea72fe5ce44cbb0fb5c51 (diff) | |
download | cpython-git-b4abef6d42f2e2b751acf1727f472519dd1d63aa.tar.gz |
add note
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -93,6 +93,9 @@ C-API Build ----- +- Issue #6943: Use pkg-config to find the libffi headers when the + --with-system-ffi flag is used. + - 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. |