diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-05-01 02:07:49 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-05-01 02:07:49 (GMT) |
commit | 42d7081806444582ee20f6cfdf7e8c88b165b0b0 (patch) | |
tree | 117680dc95c15f7853f10bf46ecf9d48db2cb3ab /Misc/NEWS | |
parent | 2e20968feb2eb720fc7906fb1ceb9e7185412610 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |