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 steve.dower
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-01-14.17:13:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579021997.88.0.461266165352.issue39312@roundup.psfhosted.org>
In-reply-to
Content
Given the minimum version requirement, I'd rather this support go into a third-party library. (Seems like a great candidate for a context manager, too.)

Recalling our debates about symlinks, I'd have to say that nothing about placeholder files qualifies them as links, regardless of whether Powershell puts "l" in the attributes summary :)

The ecosystem could really do with a Windows-aware filesystem library for this kind of support (and I might already be working on one occasionally, pitching it as a MSFT-supported package, which is why it's not public yet).

I'd rather keep the standard library as lowest common denominator for system interactions, particularly for behaviour like this that is either automatic+surprising or manual+platform-specific and insufficiently compelling (os.add_dll_directory being an example of something that was sufficiently compelling).

So I'm going to mark this as rejected, and steal the idea for my own library :D
History
Date User Action Args
2020-01-14 17:13:17steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2020-01-14 17:13:17steve.dowersetmessageid: <1579021997.88.0.461266165352.issue39312@roundup.psfhosted.org>
2020-01-14 17:13:17steve.dowerlinkissue39312 messages
2020-01-14 17:13:17steve.dowercreate