diff options
author | Georg Brandl <georg@python.org> | 2010-07-30 08:43:32 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-30 08:43:32 (GMT) |
commit | 2dfec552fe6a8884e0dd37be382e2454d701f5d9 (patch) | |
tree | b0c1a83475467ca9f49d2a0e3ddb11a733d6a64f /Misc | |
parent | e023091815e4946e42c1af102be1f258b2f47cb8 (diff) | |
download | cpython-2dfec552fe6a8884e0dd37be382e2454d701f5d9.zip cpython-2dfec552fe6a8884e0dd37be382e2454d701f5d9.tar.gz cpython-2dfec552fe6a8884e0dd37be382e2454d701f5d9.tar.bz2 |
Allow giving an explicit line number to "until".
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -475,6 +475,8 @@ C-API 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. |