commit | 9a0d779c7d39ba5f4666eac7c3f913720198e0f8 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Dec 30 20:53:52 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Dec 30 20:53:52 2002 +0000 |
tree | 1c4c47178b74e5b8564c625d79a940107c217b04 | |
parent | 0a26235e671064ddda5625c1981aa2edf91bb7a8 [diff] [blame] |
Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at version 4.1.1 and works with up to BerkeleyDB 4.1.25.
diff --git a/Lib/bsddb/dbrecio.py b/Lib/bsddb/dbrecio.py index 995dad7..470fb41 100644 --- a/Lib/bsddb/dbrecio.py +++ b/Lib/bsddb/dbrecio.py
@@ -1,6 +1,6 @@ """ -File-like objects that read from or write to a bsddb3 record. +File-like objects that read from or write to a bsddb record. This implements (nearly) all stdio methods.