[Python-checkins] r45420 - in python/branches/release24-maint: Lib/bdb.py Misc/NEWS (original) (raw)

martin.v.loewis python-checkins at python.org
Sat Apr 15 10:40:55 CEST 2006


Author: martin.v.loewis Date: Sat Apr 15 10:40:53 2006 New Revision: 45420

Modified: python/branches/release24-maint/Lib/bdb.py python/branches/release24-maint/Misc/NEWS Log: Patch #1191700: Adjust column alignment in bdb breakpoint lists.

Modified: python/branches/release24-maint/Lib/bdb.py

--- python/branches/release24-maint/Lib/bdb.py (original) +++ python/branches/release24-maint/Lib/bdb.py Sat Apr 15 10:40:53 2006 @@ -479,10 +479,10 @@ else: disp = 'keep ' if self.enabled:

Modified: python/branches/release24-maint/Misc/NEWS

--- python/branches/release24-maint/Misc/NEWS (original) +++ python/branches/release24-maint/Misc/NEWS Sat Apr 15 10:40:53 2006 @@ -29,6 +29,8 @@ Library

+- Patch #1191700: Adjust column alignment in bdb breakpoint lists. +



More information about the Python-checkins mailing list