diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-30 16:02:26 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-30 16:02:26 -0400 |
commit | 8de5b40fc2c0cbe8aae82ea3ea9e020fb0f675a4 (patch) | |
tree | dd1fa5d0fb4284514da0daadfacb06d413d20101 | |
parent | 550ff723a0f27a349cd26f7ddff98a529466e573 (diff) | |
parent | 45d929dc64a3d8fc462f994f59e18b0a22262a0d (diff) | |
download | cpython-git-8de5b40fc2c0cbe8aae82ea3ea9e020fb0f675a4.tar.gz |
merge 3.4 (#22528)
-rw-r--r-- | Doc/library/pdb.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 48a8a6b722..6e526f4302 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 |