commit | 7f6d4e1926a01b88be13343a82e849a90acf56e3 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Tue May 01 10:36:28 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Tue May 01 10:36:28 2012 +0800 |
tree | ab0d4bb8d1aa3fc6bfc96cd01e1365b1ca381e93 | |
parent | d811e150f53650e0c4c939a0f4e7adaea97a7491 [diff] [blame] |
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
diff --git a/Misc/NEWS b/Misc/NEWS index a69ad3e..4398e43 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -56,6 +56,9 @@ Library ------- +- Issue #13183: Fix pdb skipping frames after hitting a breakpoint and running + step. Patch by Xavier de Gaye. + - Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).