commit | 2dfec552fe6a8884e0dd37be382e2454d701f5d9 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jul 30 08:43:32 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jul 30 08:43:32 2010 +0000 |
tree | b0c1a83475467ca9f49d2a0e3ddb11a733d6a64f | |
parent | e023091815e4946e42c1af102be1f258b2f47cb8 [diff] [blame] |
Allow giving an explicit line number to "until".
diff --git a/Misc/NEWS b/Misc/NEWS index c72107a..a68cc73 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -475,6 +475,8 @@ Library ------- +- In pdb, allow giving a line number to the "until" command. + - Issue #1437051: For pdb, allow "continue" and related commands in .pdbrc files. Also, add a command-line option "-c" that runs a command as if given in .pdbrc.