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 loewis
Recipients d_kagedal, facundobatista, kdwyer, loewis
Date 2007-10-25.04:01:56
SpamBayes Score 0.17525844
Marked as misclassified No
Message-id <1193284917.56.0.725055384743.issue1311@psf.upfronthosting.co.za>
In-reply-to
Content
The purpose of Py_GetFileAttributesEx* is to wrap GetFileAttributesEx,
on systems where it doesn't exist (Windows 95 in particular). If it
doesn't exist, it is emulated; if it exists, it is directly called.
History
Date User Action Args
2007-10-25 04:01:58loewissetspambayes_score: 0.175258 -> 0.17525844
recipients: + loewis, facundobatista, d_kagedal, kdwyer
2007-10-25 04:01:57loewissetspambayes_score: 0.175258 -> 0.175258
messageid: <1193284917.56.0.725055384743.issue1311@psf.upfronthosting.co.za>
2007-10-25 04:01:57loewislinkissue1311 messages
2007-10-25 04:01:57loewiscreate