[Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22528)

benjamin.peterson python-checkins at python.org
Tue Sep 30 22:02:53 CEST 2014


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


More information about the Python-checkins mailing list