summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-09 06:42:00 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-09 06:42:00 (GMT)
commitf7bfcfbb68d71611e7ffae3de7b425c68433f59a (patch)
treecfdf80cc12f214bbaf6a01ce418a0206e15b08ae /Misc
parenta27244bfa13ed7e0efd0d0fd2dd6a553fbb08124 (diff)
downloadcpython-f7bfcfbb68d71611e7ffae3de7b425c68433f59a.zip
cpython-f7bfcfbb68d71611e7ffae3de7b425c68433f59a.tar.gz
cpython-f7bfcfbb68d71611e7ffae3de7b425c68433f59a.tar.bz2
#3791: Remove bsddb from the Windows msi installer,
And do not compile the core bsddb library. Reviewed by Martin von Loewis.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 198e266..1dd15d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,13 @@ Tools/Demos
- Fix Misc/gdbinit so it works.
+Build
+-----
+
+- Issue #3791: Remove the bsddb module from the Windows installer, and the
+ core bsddb library from the Windows build files.
+
+
What's new in Python 3.0b3?
===========================