Message 198647 - Python tracker
Message198647
| 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:29 | Kim.Gräsman | set | recipients: + Kim.Gräsman, tim.peters, terry.reedy, vstinner, tim.golden, brian.curtin |
| 2013-09-29 20:34:28 | Kim.Gräsman | set | messageid: <1380486868.97.0.136800287751.issue18314@psf.upfronthosting.co.za> |
| 2013-09-29 20:34:28 | Kim.Gräsman | link | issue18314 messages |
| 2013-09-29 20:34:28 | Kim.Gräsman | create | |