]> granicus.if.org Git - python/commit
Make the pdb displayhook compatible with the standard displayhook: do not print Nones...
authorGeorg Brandl <georg@python.org>
Wed, 16 Sep 2009 16:36:39 +0000 (16:36 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 16 Sep 2009 16:36:39 +0000 (16:36 +0000)
commit69dfe8d80ed77215b4bfe84138ef070d6c0c7b16
tree34ac19b65de337bcf67a3cdeb7615fe7e8da437c
parent6c39f06ab2a85ba21b87f156ad3e3010feed7bda
Make the pdb displayhook compatible with the standard displayhook: do not print Nones. Add a test for that.
Lib/pdb.py
Lib/test/test_pdb.py