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 eric.fahlgren
Recipients craigh, eric.fahlgren, eryksun, steve.dower, tim.golden, zach.ware
Date 2017-01-11.21:23:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484169806.31.0.973153686338.issue23407@psf.upfronthosting.co.za>
In-reply-to
Content
> # Junctions are not recognized as links.        self.assertFalse(os.path.islink(self.junction))

If the above comment is intended as a statement of fact, then it's inconsistent with the implementation of Py_DeleteFileW ( https://hg.python.org/cpython/file/v3.6.0/Modules/posixmodule.c#l4178 ).
History
Date User Action Args
2017-01-11 21:23:26eric.fahlgrensetrecipients: + eric.fahlgren, tim.golden, craigh, zach.ware, eryksun, steve.dower
2017-01-11 21:23:26eric.fahlgrensetmessageid: <1484169806.31.0.973153686338.issue23407@psf.upfronthosting.co.za>
2017-01-11 21:23:26eric.fahlgrenlinkissue23407 messages
2017-01-11 21:23:26eric.fahlgrencreate