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 christian.heimes
Recipients christian.heimes, dilettant, giampaolo.rodola, jcea, loewis, movement, neologix, pitrou, r.david.murray, vstinner
Date 2013-06-19.20:25:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371673538.37.0.364312075897.issue11016@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-06-19 20:25:38christian.heimessetrecipients: + christian.heimes, loewis, jcea, pitrou, vstinner, movement, giampaolo.rodola, r.david.murray, neologix, dilettant
2013-06-19 20:25:38christian.heimessetmessageid: <1371673538.37.0.364312075897.issue11016@psf.upfronthosting.co.za>
2013-06-19 20:25:38christian.heimeslinkissue11016 messages
2013-06-19 20:25:37christian.heimescreate