Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c961322 commit 8690ae5Copy full SHA for 8690ae5
2 files changed
Misc/NEWS
@@ -109,6 +109,8 @@ Build
109
110
- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.
111
112
+- Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.
113
+
114
115
What's New in Python 3.2 Alpha 3?
116
=================================
setup.py
@@ -729,7 +729,7 @@ def detect_modules(self):
729
# a release. Most open source OSes come with one or more
730
# versions of BerkeleyDB already installed.
731
732
- max_db_ver = (4, 8)
+ max_db_ver = (5, 1)
733
min_db_ver = (3, 3)
734
db_setup_debug = False # verbose debug prints from this script?
735
0 commit comments