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 brett.cannon
Recipients brett.cannon
Date 2008-05-16.04:45:44
SpamBayes Score 0.054356232
Marked as misclassified No
Message-id <1210913145.44.0.456986373707.issue2874@psf.upfronthosting.co.za>
In-reply-to
Content
The stat module is slated to go in Python 3.0, but that can't happen until 
all uses of the module are gone. This will require moving over to using 
the named tuple features of os.stat() along with adding methods to the 
object that the stat module has as functions.
History
Date User Action Args
2008-05-16 04:45:45brett.cannonsetspambayes_score: 0.0543562 -> 0.054356232
recipients: + brett.cannon
2008-05-16 04:45:45brett.cannonsetspambayes_score: 0.0543562 -> 0.0543562
messageid: <1210913145.44.0.456986373707.issue2874@psf.upfronthosting.co.za>
2008-05-16 04:45:44brett.cannonlinkissue2874 messages
2008-05-16 04:45:44brett.cannoncreate