From: Benjamin Peterson Date: Tue, 30 Sep 2014 20:02:06 +0000 (-0400) Subject: add link to pdb source (closes #22528) X-Git-Tag: v2.7.9rc1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a76e4d837693cc12cf63c66e4517678970b961e1;p=thirdparty%2FPython%2Fcpython.git add link to pdb source (closes #22528) --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index a475099d6a57..da307df70974 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -6,6 +6,9 @@ .. module:: pdb :synopsis: The Python debugger for interactive interpreters. +**Source code:** :source:`Lib/pdb.py` + +-------------- .. index:: single: debugging