From: Benjamin Peterson Date: Tue, 30 Sep 2014 20:02:06 +0000 (-0400) Subject: add link to pdb source (closes #22528) X-Git-Tag: v3.4.3rc1~592 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45d929dc64a3d8fc462f994f59e18b0a22262a0d;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 48a8a6b72230..6e526f4302d9 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