[Python-ideas] Draft PEP for virtualenv in the stdlib
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Oct 25 07:16:42 CEST 2011
Vinay Sajip wrote:
> Windows XP does not support true symlinks,
> but only "junctions" aka "reparse points".
Out of curiosity, how far do these fall short of being
true symlinks? The points I'm aware of are:
* They only work within a volume
* The GUI doesn't know about them, so it's easy to mistake
a link to a folder for an independent copy of it and
accidentally trash the original
Are there any others?
--
Greg
More information about the Python-ideas
mailing list