New submission from Brett Cannon <[EMAIL PROTECTED]>: 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.
---------- components: Library (Lib) messages: 66898 nosy: brett.cannon priority: release blocker severity: normal status: open title: Remove use of the stat module in the stdlib type: behavior versions: Python 2.6 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2874> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com