Cal Leeming <[email protected]> added the comment:
Sorry, accidently pasted the wrong code snippet previously. The correct code
snippet is:
datx = open("data.txt", "rb").read()
rows = csv.reader( datx )
for row in rows:
print x
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue15407>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com