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 ncoghlan
Recipients gvanrossum, mishok13, ncoghlan, rhettinger, skip.montanaro
Date 2008-07-31.13:23:20
SpamBayes Score 0.0017566639
Marked as misclassified No
Message-id <1217510602.33.0.0791967385804.issue3436@psf.upfronthosting.co.za>
In-reply-to
Content
I personally like the idea of making fieldnames a property - while
having merely reading an attribute cause disk I/O is slightly
questionable, it seems like a better option than returning a misleading
value for that property and also a better option than reading the first
line of the file in __init__.

Hopefully Skip can track down that obscure failure and this change can
be made at some point in the future.
History
Date User Action Args
2008-07-31 13:23:22ncoghlansetrecipients: + ncoghlan, gvanrossum, skip.montanaro, rhettinger, mishok13
2008-07-31 13:23:22ncoghlansetmessageid: <1217510602.33.0.0791967385804.issue3436@psf.upfronthosting.co.za>
2008-07-31 13:23:21ncoghlanlinkissue3436 messages
2008-07-31 13:23:20ncoghlancreate