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 craigh
Recipients craigh, eryksun, steve.dower, tim.golden, zach.ware
Date 2016-09-25.18:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474827652.9.0.556557874849.issue23407@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it looks like there is already a way to create junctions and a test for them in test_os.  However, it includes this line:

# Junctions are not recognized as links.        self.assertFalse(os.path.islink(self.junction))

That suggests the old behavior is intentional--does anyone know why?
History
Date User Action Args
2016-09-25 18:20:52craighsetrecipients: + craigh, tim.golden, zach.ware, eryksun, steve.dower
2016-09-25 18:20:52craighsetmessageid: <1474827652.9.0.556557874849.issue23407@psf.upfronthosting.co.za>
2016-09-25 18:20:52craighlinkissue23407 messages
2016-09-25 18:20:52craighcreate