summaryrefslogtreecommitdiffstats
path: root/Doc/library/bsddb.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/bsddb.rst')
-rw-r--r--Doc/library/bsddb.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/bsddb.rst b/Doc/library/bsddb.rst
index 55b7c7d..c5c6276 100644
--- a/Doc/library/bsddb.rst
+++ b/Doc/library/bsddb.rst
@@ -82,8 +82,6 @@ arguments should be used in most instances.
Wrapper class around a DB object that supports string keys (rather than bytes).
All keys are encoded as UTF-8, then passed to the underlying object.
-
- .. versionadded:: 3.0
.. class:: StringValues(db)
@@ -91,8 +89,6 @@ arguments should be used in most instances.
Wrapper class around a DB object that supports string values (rather than bytes).
All values are encoded as UTF-8, then passed to the underlying object.
- .. versionadded:: 3.0
-
.. seealso::
@@ -108,9 +104,6 @@ Hash, BTree and Record Objects
Once instantiated, hash, btree and record objects support the same methods as
dictionaries. In addition, they support the methods listed below.
-.. versionchanged:: 2.3.1
- Added dictionary methods.
-
.. method:: bsddbobject.close()