summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2006-06-05 17:38:04 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2006-06-05 17:38:04 (GMT)
commitf0547d0d3e1bb85126159b8bb0311b99263df991 (patch)
treeb760e71c1c6dea248fd4be817e9f7a6ead9439a6 /Misc
parent0459e4d2b9b22569176053dad71efc23954de3f2 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d623d20e7d0..af9cf20 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------