Message 70501 - Python tracker (original) (raw)
Message70501
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:22 | ncoghlan | set | recipients: + ncoghlan, gvanrossum, skip.montanaro, rhettinger, mishok13 |
2008-07-31 13:23:22 | ncoghlan | set | messageid: 1217510602.33.0.0791967385804.issue3436@psf.upfronthosting.co.za |
2008-07-31 13:23:21 | ncoghlan | link | issue3436 messages |
2008-07-31 13:23:20 | ncoghlan | create |