commit | f0547d0d3e1bb85126159b8bb0311b99263df991 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Jun 05 17:38:04 2006 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Jun 05 17:38:04 2006 +0000 |
tree | b760e71c1c6dea248fd4be817e9f7a6ead9439a6 | |
parent | 0459e4d2b9b22569176053dad71efc23954de3f2 [diff] [blame] |
* add support for DBSequence objects [patch #1466734]
diff --git a/Misc/NEWS b/Misc/NEWS index d623d20e7d0..af9cf20 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -109,6 +109,9 @@ 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 -------