commit | bd30f5288112f9c1d8d5ddfd12dffff32f7d2c44 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Apr 17 17:08:37 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Apr 17 17:08:37 2006 +0000 |
tree | 9a1ac34deb1eaeb72d060534f955e6bdfc56541d | |
parent | 297bf82920eaa72674df377b5d42b888baea1fde [diff] |
Patch #790710: Add breakpoint command lists in pdb.
diff --git a/Misc/NEWS b/Misc/NEWS index 9e547fd..d4bfcd4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -72,6 +72,8 @@ Library ------- +- Patch #790710: Add breakpoint command lists in pdb. + - Patch #1063914: Add Tkinter.Misc.clipboard_get(). - Patch #1191700: Adjust column alignment in bdb breakpoint lists.