diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-17 17:08:37 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-17 17:08:37 (GMT) |
commit | bd30f5288112f9c1d8d5ddfd12dffff32f7d2c44 (patch) | |
tree | 9a1ac34deb1eaeb72d060534f955e6bdfc56541d /Misc | |
parent | 297bf82920eaa72674df377b5d42b888baea1fde (diff) | |
download | cpython-bd30f5288112f9c1d8d5ddfd12dffff32f7d2c44.zip cpython-bd30f5288112f9c1d8d5ddfd12dffff32f7d2c44.tar.gz cpython-bd30f5288112f9c1d8d5ddfd12dffff32f7d2c44.tar.bz2 |
Patch #790710: Add breakpoint command lists in pdb.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ Extension Modules 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. |