Revision: 4200
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4200&view=rev
Author: mdboom
Date: 2007-11-09 13:28:58 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
Oops in last commit.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/mlab.py
Modified: trunk/matplotlib/lib/matplotlib/mlab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mlab.py 2007-11-09 21:27:30 UTC (rev
4199)
+++ trunk/matplotlib/lib/matplotlib/mlab.py 2007-11-09 21:28:58 UTC (rev
4200)
@@ -1265,7 +1265,7 @@
converterseq = None
for i,line in enumerate(fh):
if i<skiprows: continue
- line = line.split(comments, 1).strip()
+ line = line.split(comments, 1)[0].strip()
if not len(line): continue
if converterseq is None:
converterseq = [converters.get(j,float)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins