commit | 98353941eab1922b1df1ebb1f85c9896e1716c75 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun May 11 14:13:25 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun May 11 14:13:25 2008 +0000 |
tree | d85f1c91b65e73f6670f7b3f468b6a893ca4ad08 | |
parent | aac5c8669f34b285c9582dd7083d74dcca31dbae [diff] |
Add the "until" command to pdb
diff --git a/Misc/ACKS b/Misc/ACKS index d60e5cf..535e827 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -589,6 +589,7 @@ Hajime Saitou Rich Salz Kevin Samborn +Ilya Sandler Ty Sarna Ben Sayer Michael Scharf
diff --git a/Misc/NEWS b/Misc/NEWS index 3344fc9..25a21bd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -68,6 +68,8 @@ - os.path.walk is deprecated in favor of os.walk. +- pdb gained the "until" command + Build -----