summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-17 17:08:37 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-17 17:08:37 (GMT)
commitbd30f5288112f9c1d8d5ddfd12dffff32f7d2c44 (patch)
tree9a1ac34deb1eaeb72d060534f955e6bdfc56541d /Misc
parent297bf82920eaa72674df377b5d42b888baea1fde (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e547fd..d4bfcd4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.