]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#809887: improve pdb feedback for breakpoint-related actions. Also add a functional...
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 12:01:20 +0000 (12:01 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 12:01:20 +0000 (12:01 +0000)
commit7410dd11ef4d6f6953f690d304158cd53b357cb2
tree6ba217d2809026291ad3f6e0e7e5da71fd70f609
parenta074523f3a8aaf3210165f236c64992d73538a32
#809887: improve pdb feedback for breakpoint-related actions.  Also add a functional test for these commands.
Doc/library/bdb.rst
Lib/bdb.py
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS