diff options
author | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
commit | 55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch) | |
tree | a0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/bsddb.rst | |
parent | 1617457cff847fed9fadb01f1acf6ba8bb621726 (diff) | |
download | cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.zip cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.bz2 |
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/bsddb.rst')
-rw-r--r-- | Doc/library/bsddb.rst | 7 |
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() |