diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2006-06-05 17:38:04 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2006-06-05 17:38:04 (GMT) |
commit | f0547d0d3e1bb85126159b8bb0311b99263df991 (patch) | |
tree | b760e71c1c6dea248fd4be817e9f7a6ead9439a6 /Misc | |
parent | 0459e4d2b9b22569176053dad71efc23954de3f2 (diff) | |
download | cpython-f0547d0d3e1bb85126159b8bb0311b99263df991.zip cpython-f0547d0d3e1bb85126159b8bb0311b99263df991.tar.gz cpython-f0547d0d3e1bb85126159b8bb0311b99263df991.tar.bz2 |
* add support for DBSequence objects [patch #1466734]
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ Extension Modules assuming BerkeleyDB >= 4.0 and 4.4 respectively. [pybsddb project SF patch numbers 1494885 and 1494902] +- bsddb: added an interface for the BerkeleyDB >= 4.3 DBSequence class + [pybsddb project SF patch number 1466734] + Library ------- |