]> granicus.if.org Git - python/commit
Several enhancements to pdb and its test suite.
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 16:00:46 +0000 (16:00 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 16:00:46 +0000 (16:00 +0000)
commit0d08962659faf137927f95233e3a7d0480325131
treeb808c981301b4d2866ea3d6df9c1e6caf7aeb53c
parent9d624d26d19cf34701882f5b25a92a444f8b150d
Several enhancements to pdb and its test suite.

* added basic test for basic commands
* removed duplication of command docs, and moved them to their implementation
* unified and useful display of exceptions
* output messages and errors using overridable methods (also fixes #1503502)
Lib/pdb.py
Lib/test/test_doctest.py
Lib/test/test_pdb.py