]> granicus.if.org Git - python/commit
Merged revisions 86861 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 29 Nov 2010 12:27:45 +0000 (12:27 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 29 Nov 2010 12:27:45 +0000 (12:27 +0000)
commit5170c81662fbe8b357121c138cd93d9df7941fa2
tree0a1d79337d71eca86ebe5a712448ce3c0e487f6a
parenta88d2776efac042f6b96d76d7ea3edbd0649c3c6
Merged revisions 86861 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86861 | senthil.kumaran | 2010-11-29 19:54:17 +0800 (Mon, 29 Nov 2010) | 5 lines

  Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.
  Handle multiple breakpoints at same line. Update docs/test.
  Patch by Xavier de Gaye.
........
Doc/library/pdb.rst
Lib/bdb.py
Lib/test/test_pdb.py
Misc/NEWS