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 petri.lehtinen
Recipients anacrolix, benjamin.peterson, petri.lehtinen, pitrou, stutzbach
Date 2011-11-02.07:14:37
SpamBayes Score 7.993814e-07
Marked as misclassified No
Message-id <1320218078.09.0.474756676821.issue13321@psf.upfronthosting.co.za>
In-reply-to
Content
This is a request for new functionality, so marking as a feature request for 3.3. If implemented, the change should be applied to many other functions, in the os module at least.

I'm not sure whether this is very useful, though. The fstat(f.fileno()) idiom doesn't require that much writing and makes it explicit that we're operating on an underlying file descriptor. Furthermore, funtions in the os module are low-level and map very closely to the underlying C API.
History
Date User Action Args
2011-11-02 07:14:38petri.lehtinensetrecipients: + petri.lehtinen, pitrou, benjamin.peterson, stutzbach, anacrolix
2011-11-02 07:14:38petri.lehtinensetmessageid: <1320218078.09.0.474756676821.issue13321@psf.upfronthosting.co.za>
2011-11-02 07:14:37petri.lehtinenlinkissue13321 messages
2011-11-02 07:14:37petri.lehtinencreate