]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add "print" command to pdb, "print s" previously invoked the print statement.
authorGeorg Brandl <georg@python.org>
Tue, 4 Sep 2007 07:07:56 +0000 (07:07 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 4 Sep 2007 07:07:56 +0000 (07:07 +0000)
commitc9879246a2dd33a217960496fdf4606cb117c6a6
tree86c2387b071ea812c9404da4eada441f899e699a
parentcb8ecb142be4ea3335fd7f8c1722e95ef5563fc7
Add "print" command to pdb, "print s" previously invoked the print statement.
Doc/library/pdb.rst
Lib/pdb.py