]> granicus.if.org Git - python/commit
Merged revisions 74366 via svnmerge from
authorGeorg Brandl <georg@python.org>
Thu, 13 Aug 2009 07:52:08 +0000 (07:52 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 13 Aug 2009 07:52:08 +0000 (07:52 +0000)
commit8a038b283b5fb93f65459bd3fd056fd9ff29efb1
tree6f0d5b18d194bc2fbb6a56bb2908877847cedd88
parent606bbc9b9f25b02bca1e7224976d55f8f6ccc616
Merged revisions 74366 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r74366 | georg.brandl | 2009-08-13 09:50:57 +0200 (Do, 13 Aug 2009) | 1 line

  #6126: fix pdb stepping and breakpoints by giving the executed code the correct filename; this used execfile() in 2.x which did this automatically.
........
Lib/pdb.py
Misc/NEWS