Christian Heimes added the comment:

The latest patch comes with more comments and documentation updates.

The C implementation defines all existing constants to the hard coded values 
from stat.py if the platform doesn't provide them. The approach keeps maximum 
backward compatibility with the old stat module.

I have also added the new constants and functions to the pure Python 
implementation for maximum compatibility with other Python implementation.

----------
title: stat module in C -> Re-implementation of the stat module in C
Added file: http://bugs.python.org/file30650/statmodule3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11016>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to