[issue5636] csv.reader next() method missing

"Martin v. Löwis" <report@bugs.python.org> at psf.upfronthosting.co.za "Martin v. Löwis" <report@bugs.python.org> at psf.upfronthosting.co.za
Wed Apr 1 04:03:59 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

I don't think that's a bug in the code, but in the documentation. 
Iterators in 3.x are implemented with __next__ methods, and the next() 
builtin.

----------
assignee:  -> georg.brandl
components: +Documentation -Windows
nosy: +georg.brandl, loewis

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


More information about the Python-bugs-list mailing list