summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-01 15:21:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-01 15:21:13 (GMT)
commitedfe72f66fd789d65b0c7125540c08d3e98a901e (patch)
tree5f206ac9177024b9b973e7c1c2ef7c2fbdeba5e4 /Misc
parent6c99b4e0d6f867709bd9c3749cb90f93f693969b (diff)
downloadcpython-edfe72f66fd789d65b0c7125540c08d3e98a901e.zip
cpython-edfe72f66fd789d65b0c7125540c08d3e98a901e.tar.gz
cpython-edfe72f66fd789d65b0c7125540c08d3e98a901e.tar.bz2
allow --with-dbmliborder to specify that no dbm modules will be built #6491
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 acb03be..cf91481 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,8 @@ C-API
Build
-----
+- Issue #6491: Allow --with-dbmliborder to specify that no dbms will be built.
+
- Issue #6943: Use pkg-config to find the libffi headers when the
--with-system-ffi flag is used.