From: Alexander Belopolsky Date: Fri, 5 Nov 2010 01:09:17 +0000 (+0000) Subject: Merged revisions 85909 via svnmerge from X-Git-Tag: v3.1.3rc1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34b3e59504065800a3f3ae81c7d84e34124b5ef6;p=thirdparty%2FPython%2Fcpython.git Merged revisions 85909 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85909 | georg.brandl | 2010-10-29 01:24:24 -0400 (Fri, 29 Oct 2010) | 1 line Re-add "debugger" label, it is used in pydoc-topics. ........ --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 1c6b7bfc98b7..428883662780 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -1,3 +1,5 @@ +.. _debugger: + :mod:`pdb` --- The Python Debugger ==================================