diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-09 06:42:00 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-09 06:42:00 (GMT) |
commit | f7bfcfbb68d71611e7ffae3de7b425c68433f59a (patch) | |
tree | cfdf80cc12f214bbaf6a01ce418a0206e15b08ae /Misc | |
parent | a27244bfa13ed7e0efd0d0fd2dd6a553fbb08124 (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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? =========================== |