summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-11-29 12:27:45 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-11-29 12:27:45 (GMT)
commit5170c81662fbe8b357121c138cd93d9df7941fa2 (patch)
tree0a1d79337d71eca86ebe5a712448ce3c0e487f6a /Misc
parenta88d2776efac042f6b96d76d7ea3edbd0649c3c6 (diff)
downloadcpython-5170c81662fbe8b357121c138cd93d9df7941fa2.zip
cpython-5170c81662fbe8b357121c138cd93d9df7941fa2.tar.gz
cpython-5170c81662fbe8b357121c138cd93d9df7941fa2.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')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d892452..1167fff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@ Core and Builtins
Library
-------
+- Issue #10561: In pdb, clear the breakpoints by the breakpoint number.
+
- Issue #10459: Update CJK character names to Unicode 5.1.
- Issue #10092: Properly reset locale in calendar.Locale*Calendar classes.