From baa0354ae1dfa7b0676762493f0b5e377db64cf3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 5 May 2009 09:29:50 +0000 Subject: 2.7 -> 3.1 versionchanges. --- Doc/library/pdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/pdb.rst') 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]]) -- cgit v1.2.1