This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sleepycal
Recipients sleepycal
Date 2012-07-20.15:45:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342799123.14.0.237537350474.issue15407@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-07-20 15:45:23sleepycalsetrecipients: + sleepycal
2012-07-20 15:45:23sleepycalsetmessageid: <1342799123.14.0.237537350474.issue15407@psf.upfronthosting.co.za>
2012-07-20 15:45:22sleepycallinkissue15407 messages
2012-07-20 15:45:22sleepycalcreate