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 eryksun
Recipients Jordan Hueckstaedt, eryksun, iritkatriel, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-06-20.06:34:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624170887.78.0.113140506591.issue36621@roundup.psfhosted.org>
In-reply-to
Content
Yes, this issue is out of date. shutil._rmtree_isdir() and shutil._rmtree_islink() were added to handle mount points (i.e. junctions) as if they're symlinks. 

More generally, junctions and symlinks are what the platform refers to as name-surrogate reparse points. This category isn't handled generically by rmtree(). It wouldn't be hard to generalize the implementation, but that's something for a new issue.
History
Date User Action Args
2021-06-20 06:34:47eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Jordan Hueckstaedt, iritkatriel
2021-06-20 06:34:47eryksunsetmessageid: <1624170887.78.0.113140506591.issue36621@roundup.psfhosted.org>
2021-06-20 06:34:47eryksunlinkissue36621 messages
2021-06-20 06:34:47eryksuncreate