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 loewis
Recipients christian.heimes, loewis
Date 2007-10-28.17:44:25
SpamBayes Score 0.08917374
Marked as misclassified No
Message-id <1193593465.61.0.675129895248.issue1351@psf.upfronthosting.co.za>
In-reply-to
Content
I'm skeptical:

- If you add getsize, why not getlastchangeddate, getowner, getpermissions?

- in general, streams (which really is the interface for file-like
objects) don't have the notion of "size"; only some do.

- what is the purpose of the f.tell fragment? ie. why could that work
when fstat doesn't?
History
Date User Action Args
2007-10-28 17:44:25loewissetspambayes_score: 0.0891737 -> 0.08917374
recipients: + loewis, christian.heimes
2007-10-28 17:44:25loewissetspambayes_score: 0.0891737 -> 0.0891737
messageid: <1193593465.61.0.675129895248.issue1351@psf.upfronthosting.co.za>
2007-10-28 17:44:25loewislinkissue1351 messages
2007-10-28 17:44:25loewiscreate