[issue3436] csv.DictReader inconsistency
Raymond Hettinger
report at bugs.python.org
Thu Jul 24 18:18:50 CEST 2008
Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:
I think this is the wrong approach. It would be better to have a
separate getheader() method. Having __init__ do the deed is at odds
with other uses of __init__ that only do setup but don't start reading.
----------
nosy: +rhettinger
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3436>
_______________________________________
More information about the Python-bugs-list
mailing list