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.

作者 asvetlov
收信人 asvetlov, brian.curtin, flox, jafo, jaraco, loewis, ncoghlan, r.david.murray, techtonik, tim.golden
日期 2011-03-26.01:25:26
SpamBayes Score 0.0035271302
Marked as misclassified
Message-id <1301102727.07.0.863635573464.issue7443@psf.upfronthosting.co.za>
In-reply-to
内容
As I can see cygwin's unlink_nt uses Nt* functions family (NtSetInformationFile etc) which are part of Windows DDK.

Do you like to use them or prefer SDK ones (say SetFileInformationByHandle)?

In second case python unlink can borrow deletion schema from cygwin for modern Windows versions (Vista+) and return to legacy trivial DeleteFile call if OS is WinXP.
历史
日期 用户 动作 参数
2011-03-26 01:25:27asvetlov修改recipients: + asvetlov, loewis, jafo, jaraco, ncoghlan, techtonik, tim.golden, r.david.murray, brian.curtin, flox
2011-03-26 01:25:27asvetlov修改messageid: <1301102727.07.0.863635573464.issue7443@psf.upfronthosting.co.za>
2011-03-26 01:25:26asvetlov链接issue7443 messages
2011-03-26 01:25:26asvetlov创建