Patch #1191700: Adjust column alignment in bdb breakpoint lists.
Backported to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index 22dbc9c..a17e21f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,8 @@
 Library
 -------
 
+- Patch #1191700: Adjust column alignment in bdb breakpoint lists.
+
 - SimpleXMLRPCServer relied on the fcntl module, which is unavailable on
   Windows. Bug #1469163.