Cal Leeming <cal.leem...@simplicitymedialtd.co.uk> 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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15407>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to