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 skip.montanaro
Recipients mishok13, ncoghlan, rhettinger, skip.montanaro
Date 2008-07-28.10:59:29
SpamBayes Score 0.0018511136
Marked as misclassified No
Message-id <1217242773.93.0.840708260571.issue3436@psf.upfronthosting.co.za>
In-reply-to
Content
The consensus seems to be that __init__ shouldn't "magically" read the
header row, even though by not specifying a fieldnames arg that's
exactly what you're telling the DictReader where to find the column
headers.  Given that case, my argument is that we not make any changes
(no getheaders method, etc) since there are at least a couple different
ways mentioned already to do what you want.
History
Date User Action Args
2008-07-28 10:59:34skip.montanarosetrecipients: + skip.montanaro, rhettinger, ncoghlan, mishok13
2008-07-28 10:59:33skip.montanarosetmessageid: <1217242773.93.0.840708260571.issue3436@psf.upfronthosting.co.za>
2008-07-28 10:59:32skip.montanarolinkissue3436 messages
2008-07-28 10:59:32skip.montanarocreate