[New-bugs-announce] [issue2874] Remove use of the stat module in the stdlib

Brett Cannon report at bugs.python.org
Fri May 16 06:45:45 CEST 2008


New submission from Brett Cannon <brett at python.org>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue2874>
__________________________________


More information about the New-bugs-announce mailing list