summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-11-29 12:41:03 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-11-29 12:41:03 (GMT)
commit9a5897bbf816404c081944187df6acc78811491a (patch)
treefb7f5a1e06d6341babb1259860152ae2a002238c /Misc/NEWS
parent8244c575ed4b57fa9742dbd4a7efeb4cb7766c8d (diff)
downloadcpython-9a5897bbf816404c081944187df6acc78811491a.zip
cpython-9a5897bbf816404c081944187df6acc78811491a.tar.gz
cpython-9a5897bbf816404c081944187df6acc78811491a.tar.bz2
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. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b138b05..7bac7f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@ Library
- 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.