summaryrefslogtreecommitdiffstats
path: root/Doc/library/bdb.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-27 22:53:48 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-27 22:53:48 (GMT)
commit3e1096ddaa0cec6bad59e0cf7178304b044469af (patch)
treebed8d5fa016816eab31484e704d7ef3ae5bafe7d /Doc/library/bdb.rst
parentad433dca0c75857e0f8b4dc091ee16a5b5cd3918 (diff)
downloadcpython-3e1096ddaa0cec6bad59e0cf7178304b044469af.zip
cpython-3e1096ddaa0cec6bad59e0cf7178304b044469af.tar.gz
cpython-3e1096ddaa0cec6bad59e0cf7178304b044469af.tar.bz2
Merged revisions 77803 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r77803 | ezio.melotti | 2010-01-28 00:44:03 +0200 (Thu, 28 Jan 2010) | 1 line updated/removed a few versionadded/versionchanged ........
Diffstat (limited to 'Doc/library/bdb.rst')
-rw-r--r--Doc/library/bdb.rst2
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.