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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index b138b05..7bac7f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@
 
 - Issue #6098: Don't claim DOM level 3 conformance in minidom.
 
+- Issue #10561: In pdb, clear the breakpoints by the breakpoint number.
+
 - Issue #5762: Fix AttributeError raised by ``xml.dom.minidom`` when an empty
   XML namespace attribute is encountered.