]> granicus.if.org Git - python/commit
Merged revisions 74838-74839 via svnmerge from
authorGeorg Brandl <georg@python.org>
Wed, 16 Sep 2009 16:40:45 +0000 (16:40 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 16 Sep 2009 16:40:45 +0000 (16:40 +0000)
commit9fa2e02fe2c4c01fc725370a1711411bc48e30c4
tree981e28ba447036ded6862c1fce723daa29b788ee
parentee8783d0fcb937fd69a0a448bb80af7c4a438e18
Merged revisions 74838-74839 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74838 | georg.brandl | 2009-09-16 18:22:12 +0200 (Mi, 16 Sep 2009) | 1 line

  Remove some more boilerplate from the actual tests in test_pdb.
........
  r74839 | georg.brandl | 2009-09-16 18:36:39 +0200 (Mi, 16 Sep 2009) | 1 line

  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