[Scipy-svn] r2707 - trunk/Lib/sandbox/timeseries

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Feb 12 15:50:20 EST 2007


Author: mattknox_ca
Date: 2007-02-12 14:50:16 -0600 (Mon, 12 Feb 2007)
New Revision: 2707

Modified:
   trunk/Lib/sandbox/timeseries/reportlib.py
Log:
added dtype of object to be left justified by default

Modified: trunk/Lib/sandbox/timeseries/reportlib.py
===================================================================
--- trunk/Lib/sandbox/timeseries/reportlib.py	2007-02-12 14:54:31 UTC (rev 2706)
+++ trunk/Lib/sandbox/timeseries/reportlib.py	2007-02-12 20:50:16 UTC (rev 2707)
@@ -312,7 +312,7 @@
                 # default column justification
                 justify = ['left']
                 for ser in tseries:
-                    if ser.dtype.char in 'SUb': justify.append('left')
+                    if ser.dtype.char in 'SUO': justify.append('left')
                     else: justify.append('right')
                     
                     




More information about the Scipy-svn mailing list