This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: berkeley db 5.1 support
Type: Stage: resolved
Components: Extension Modules Versions: Python 2.7
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: jcea, proyvind, r.david.murray
Priority: normal Keywords: patch

Created on 2011-04-10 02:52 by proyvind, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python-2.7.1-berkeley-db-5.1.patch proyvind, 2011-04-10 02:52 berkeley db <= 5.1 support
Python-2.7.1-berkeley-db-5.1.patch proyvind, 2011-04-10 03:36 berkeley db <= 5.1 support
Messages (5)
msg133442 - (view) Author: Per Øyvind Karlsen (proyvind) Date: 2011-04-10 02:52
This patch adds support for berkeley db <= 5.1.
msg133443 - (view) Author: Per Øyvind Karlsen (proyvind) Date: 2011-04-10 02:58
forgot some additional config checks in setup.py in previous patch..
msg133444 - (view) Author: Per Øyvind Karlsen (proyvind) Date: 2011-04-10 03:36
sloppysloppy...

fix previous patch
msg133469 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-04-10 15:26
Python 2.7 is closed for new features, I afraid.  And Berkeley DB is not included in the Python3 stdlib.  It has reverted to being maintained entirely as a third party package.
msg133516 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2011-04-11 12:41
The 3rd party package is activelly maintained (by me :) in http://www.jcea.es/programacion/pybsddb.htm. BDB 5.1 support is there.
History
Date User Action Args
2022-04-11 14:57:16adminsetgithub: 56026
2011-04-11 12:41:27jceasetmessages: + msg133516
2011-04-10 15:26:51r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg133469

resolution: rejected
stage: resolved
2011-04-10 05:11:34ned.deilysetnosy: + jcea
2011-04-10 03:36:42proyvindsetfiles: + Python-2.7.1-berkeley-db-5.1.patch

messages: + msg133444
2011-04-10 02:58:19proyvindsetmessages: + msg133443
2011-04-10 02:52:07proyvindcreate