https://hg.python.org/cpython/rev/26b767fec7e2 changeset: 92682:26b767fec7e2 parent: 92679:0c126a29d1f9 parent: 92680:04f82abdfb6d user: Benjamin Peterson <benjamin at python.org> date: Tue Sep 30 16:02:26 2014 -0400 summary: merge 3.4 (#22528) files: Doc/library/pdb.rst | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst --- 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 -- Repository URL: https://hg.python.org/cpython