summaryrefslogtreecommitdiff
path: root/Doc/library/pdb.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-05 09:29:50 +0000
committerGeorg Brandl <georg@python.org>2009-05-05 09:29:50 +0000
commitbaa0354ae1dfa7b0676762493f0b5e377db64cf3 (patch)
treee5082854c4bccf7bc7dad979b8881745d8ddbc62 /Doc/library/pdb.rst
parent1aac5eccca6ed37acba69ce59856f4e3e49a2366 (diff)
downloadcpython-baa0354ae1dfa7b0676762493f0b5e377db64cf3.tar.gz
2.7 -> 3.1 versionchanges.
Diffstat (limited to 'Doc/library/pdb.rst')
-rw-r--r--Doc/library/pdb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index 0b29c2cd96..678ae28a0e 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -144,7 +144,7 @@ access further features, you have to do this yourself:
import pdb; pdb.Pdb(skip=['django.*']).set_trace()
- .. versionadded:: 2.7
+ .. versionadded:: 3.1
The *skip* argument.
.. method:: run(statement[, globals[, locals]])