]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#7539: use _saferepr() for printing exceptions from pdb.
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 09:18:49 +0000 (09:18 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 09:18:49 +0000 (09:18 +0000)
commitf833a56fd29e8dd8c926397d91ed88367edce5ca
tree5ab195c8b84cc86166010f9b936a3cd27bb12896
parentc9a5ed04c1c90d0aaf58f6d51d639b4e10f30ad4
#7539: use _saferepr() for printing exceptions from pdb.
Lib/pdb.py
Lib/test/test_pdb.py