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 eric.smith
Recipients anacrolix, benjamin.peterson, eric.smith, petri.lehtinen, pitrou, stutzbach
Date 2011-11-02.19:01:57
SpamBayes Score 0.00020526552
Marked as misclassified No
Message-id <1320260517.99.0.430400574533.issue13321@psf.upfronthosting.co.za>
In-reply-to
Content
If I understand it correctly, this change request is to change os.fstat(obj) (and probably other functions) to call obj.fileno(), instead of the caller doing that?

If so, -1. Keep os.fstat() as a thin wrapper around fstat.
History
Date User Action Args
2011-11-02 19:01:58eric.smithsetrecipients: + eric.smith, pitrou, benjamin.peterson, stutzbach, anacrolix, petri.lehtinen
2011-11-02 19:01:57eric.smithsetmessageid: <1320260517.99.0.430400574533.issue13321@psf.upfronthosting.co.za>
2011-11-02 19:01:57eric.smithlinkissue13321 messages
2011-11-02 19:01:57eric.smithcreate