summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-01 16:29:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-01 16:29:51 (GMT)
commita09e87097f995f03c8c01a46b522e015c07ebca0 (patch)
tree613a6f2f1d3df782ecb0da9c8f519dfcb87a49d9 /Misc/NEWS
parent370fe530c89f39008ca4deadc8c5f96adf0551f4 (diff)
downloadcpython-a09e87097f995f03c8c01a46b522e015c07ebca0.zip
cpython-a09e87097f995f03c8c01a46b522e015c07ebca0.tar.gz
cpython-a09e87097f995f03c8c01a46b522e015c07ebca0.tar.bz2
Merged revisions 77216 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r77216 | benjamin.peterson | 2010-01-01 10:04:23 -0600 (Fri, 01 Jan 2010) | 21 lines Merged revisions 77212-77215 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk r77215 | benjamin.peterson | 2010-01-01 09:21:13 -0600 (Fri, 01 Jan 2010) | 1 line allow --with-dbmliborder to specify that no dbm modules will be built #6491 ........ ................
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b32d455..d335bfd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -406,6 +406,8 @@ Extension Modules
Build
-----
+- Issue #6491: Allow --with-dbmliborder to specify that no dbms will be built.
+
- Issue #7589: Only build the nis module when the correct header files are
found.