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 jeremy.kloth
Recipients brian.curtin, jeremy.kloth, jkloth, loewis, pitrou, tim.golden
Date 2012-08-04.16:38:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3+MiekedQDt-wd2pszSBbu3hNtJFo_XEXkNv9pM+BoXXQ@mail.gmail.com>
In-reply-to <1344098057.17.0.326039220619.issue15556@psf.upfronthosting.co.za>
Content
> Why do you think the behavior is broken? It looks right to me - it's not possible to get file information for a file that is scheduled for deletion.

However you can when using MSVCRT's stat() function or even
FindFirstFile directly.
History
Date User Action Args
2012-08-04 16:38:44jeremy.klothsetrecipients: + jeremy.kloth, loewis, pitrou, tim.golden, jkloth, brian.curtin
2012-08-04 16:38:43jeremy.klothlinkissue15556 messages
2012-08-04 16:38:43jeremy.klothcreate