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 brian.curtin
Recipients brian.curtin, ncoghlan
Date 2010-09-23.23:50:16
SpamBayes Score 1.7809407e-05
Marked as misclassified No
Message-id <1285285818.4.0.929719914859.issue9790@psf.upfronthosting.co.za>
In-reply-to
Content
Nick noticed another issue with this, and it actually won't work on pre-Vista versions since we load GetFinalPathNameByHandle at runtime, which is why we had that NotImplementedError.

Attaching a patch which should handle this. We only try the import on Windows 6.0 or above now, and otherwise (XP, other OS'es) use the fallback method.
History
Date User Action Args
2010-09-23 23:50:18brian.curtinsetrecipients: + brian.curtin, ncoghlan
2010-09-23 23:50:18brian.curtinsetmessageid: <1285285818.4.0.929719914859.issue9790@psf.upfronthosting.co.za>
2010-09-23 23:50:16brian.curtinlinkissue9790 messages
2010-09-23 23:50:16brian.curtincreate