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 Kim.Gräsman
Recipients Kim.Gräsman, brian.curtin, terry.reedy, tim.golden, tim.peters, vstinner
Date 2013-09-29.20:34:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380486868.97.0.136800287751.issue18314@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that considers directory symlinks and junction points equivalent.

I'm struggling with the test -- would it be acceptable to only run this test on platforms that have mklink /j (Windows Vista and higher)?

I've looked at programmatic means of creating junction points, but it involves enough Win32 interop to make it a candidate for a module all by itself (it's REALLY messy.)

Any ideas?

Thanks!
History
Date User Action Args
2013-09-29 20:34:29Kim.Gräsmansetrecipients: + Kim.Gräsman, tim.peters, terry.reedy, vstinner, tim.golden, brian.curtin
2013-09-29 20:34:28Kim.Gräsmansetmessageid: <1380486868.97.0.136800287751.issue18314@psf.upfronthosting.co.za>
2013-09-29 20:34:28Kim.Gräsmanlinkissue18314 messages
2013-09-29 20:34:28Kim.Gräsmancreate