[New-bugs-announce] [issue5636] csv.reader next() method missing

Tony Joblin report at bugs.python.org
Wed Apr 1 03:14:36 CEST 2009


New submission from Tony Joblin <tonyjoblin at yahoo.com.au>:

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.

----------
components: Windows
messages: 84954
nosy: tonyjoblin
severity: normal
status: open
title: csv.reader next() method missing
type: behavior
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5636>
_______________________________________


More information about the New-bugs-announce mailing list