]> granicus.if.org Git - python/commit
#1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec...
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 09:14:20 +0000 (09:14 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 09:14:20 +0000 (09:14 +0000)
commit46b9afc862974e5855f0ca8a181096945483c86e
tree8ad8005224efaf00ef06fbb4c609b5eb6091d6ad
parent44f8bf941109c24d36d7d6e4dd05080a0191f3d9
#1472251: remove addition of "\n" to code given to pdb.run[eval](), the bug in exec() that made this necessary has been fixed.  Also document that you can give code objects to run() and runeval(), and add some tests to test_pdb.
Doc/library/pdb.rst
Lib/bdb.py
Lib/test/test_pdb.py