[issue2874] Remove use of the stat module in the stdlib

Brett Cannon report at bugs.python.org
Thu Jul 17 07:29:49 CEST 2008


Brett Cannon <brett at python.org> added the comment:

On Wed, Jul 16, 2008 at 3:05 PM, Georg Brandl <report at bugs.python.org> wrote:
>
> Georg Brandl <georg at python.org> added the comment:
>
> Why deprecate the functions then?
>

If they are made into methods on the object returned by os.stat(),
what is the point of having them around? Or are you suggesting to skip
adding the methods?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2874>
_______________________________________


More information about the Python-bugs-list mailing list