summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-05-01 02:07:49 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-05-01 02:07:49 (GMT)
commit42d7081806444582ee20f6cfdf7e8c88b165b0b0 (patch)
tree117680dc95c15f7853f10bf46ecf9d48db2cb3ab /Misc/NEWS
parent2e20968feb2eb720fc7906fb1ceb9e7185412610 (diff)
downloadcpython-42d7081806444582ee20f6cfdf7e8c88b165b0b0.zip
cpython-42d7081806444582ee20f6cfdf7e8c88b165b0b0.tar.gz
cpython-42d7081806444582ee20f6cfdf7e8c88b165b0b0.tar.bz2
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b896d1..c9752f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,9 @@ Core and Builtins
Library
-------
+- Issue #13183: Fix pdb skipping frames after hitting a breakpoint and running
+ step. Patch by Xavier de Gaye.
+
- Issue #14696: Fix parser module to understand 'nonlocal' declarations.
- Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near