diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-27 22:44:03 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-27 22:44:03 (GMT) |
commit | 83fc6dd4dab73ace2466c1db782104c1c14269a5 (patch) | |
tree | 9690b91bf6a93f22cb936b1bac4736263d2a1f1e /Doc/library/bdb.rst | |
parent | a32f9a24df24e3169ce39d7871910595488465a1 (diff) | |
download | cpython-83fc6dd4dab73ace2466c1db782104c1c14269a5.zip cpython-83fc6dd4dab73ace2466c1db782104c1c14269a5.tar.gz cpython-83fc6dd4dab73ace2466c1db782104c1c14269a5.tar.bz2 |
updated/removed a few versionadded/versionchanged
Diffstat (limited to 'Doc/library/bdb.rst')
-rw-r--r-- | Doc/library/bdb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/bdb.rst b/Doc/library/bdb.rst index d6d4ae2..3d7e41b 100644 --- a/Doc/library/bdb.rst +++ b/Doc/library/bdb.rst @@ -76,7 +76,7 @@ The :mod:`bdb` module also defines two classes: frame is considered to originate in a certain module is determined by the ``__name__`` in the frame globals. - .. versionadded:: 2.7 + .. versionadded:: 3.1 The *skip* argument. The following methods of :class:`Bdb` normally don't need to be overridden. |