Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8690ae5

Browse files
committed
- Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.
1 parent c961322 commit 8690ae5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Build
109109

110110
- Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.
111111

112+
- Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.
113+
112114

113115
What's New in Python 3.2 Alpha 3?
114116
=================================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ def detect_modules(self):
729729
# a release. Most open source OSes come with one or more
730730
# versions of BerkeleyDB already installed.
731731

732-
max_db_ver = (4, 8)
732+
max_db_ver = (5, 1)
733733
min_db_ver = (3, 3)
734734
db_setup_debug = False # verbose debug prints from this script?
735735

0 commit comments

Comments
 (0)