Message 409144 - Python tracker

Message409144

Author eryksun
Recipients eryksun, layday, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-12-24.13:48:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640353721.04.0.627099183413.issue46171@roundup.psfhosted.org>
In-reply-to
Content
There's no point to making the user worry about short names, symlinks, or non-canonical mount points in the filesystem path of a virtual environment. It's still accessible where the user expects to find it. The problem for bpo-45337 is filesystem redirection in UWP apps, in particular for files and directories created under "%USERPROFILE%\AppData". The warning could be limited to just paths in that tree.
History
Date User Action Args
2021-12-24 13:48:41eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, layday
2021-12-24 13:48:41eryksunsetmessageid: <1640353721.04.0.627099183413.issue46171@roundup.psfhosted.org>
2021-12-24 13:48:41eryksunlinkissue46171 messages
2021-12-24 13:48:40eryksuncreate