[issue3436] csv.DictReader inconsistency

Skip Montanaro report at bugs.python.org
Wed Jul 30 19:41:02 CEST 2008


Skip Montanaro <skip at pobox.com> added the comment:

Guido> I know this has been closed, but perhaps the fieldnames attribute
    Guido> could be made into a property that reads the first line of the
    Guido> file if it hasn't been read yet?

It's a nice thought.  I tried the straightforward implementation in my
sandbox and one of the more obscure tests failed.  I have yet to look into
the cause.

Skip

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


More information about the Python-bugs-list mailing list