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 tonyjoblin
Recipients tonyjoblin
Date 2009-04-01.01:14:33
SpamBayes Score 2.6129096e-06
Marked as misclassified No
Message-id <1238548476.16.0.332919263338.issue5636@psf.upfronthosting.co.za>
In-reply-to
Content
On windows using 3.0.1 the csv.reader.next() public method is missing.
The documentation says that this method should exist and it does exist
in previous versions. There is a __next__ method available and
constructs like:
   for row in reader
       print(row)
still work.
History
Date User Action Args
2009-04-01 01:14:36tonyjoblinsetrecipients: + tonyjoblin
2009-04-01 01:14:36tonyjoblinsetmessageid: <1238548476.16.0.332919263338.issue5636@psf.upfronthosting.co.za>
2009-04-01 01:14:34tonyjoblinlinkissue5636 messages
2009-04-01 01:14:34tonyjoblincreate