New submission from Jordan Hueckstaedt :
shutil.rmtree follows junctions / reparse points on windows and will delete
files in the target link directory.
--
components: IO, Windows
messages: 340111
nosy: Jordan Hueckstaedt, paul.moore, steve.dower, tim.golden, zach.ware
priority
New submission from Jordan Hueckstaedt :
Tested in 3.7.0 on windows 10.
This looks related to https://bugs.python.org/issue22759
>>> import pathlib
>>> pathlib.Path(r"E:\Whatever\blah.txt").exists() # This drive doesn't exist
Traceback (most recent call las