On Mon, Aug 22, 2016 at 10:38 AM, eryk sun <eryk...@gmail.com> wrote: > To me it's scary that this check misses cases because it's trying to > be cross-platform instead of simply relying on GetFullPathName to do > the work.
"Trying to be" cross-platform? The point of these path modules is to *be* cross-platform. I can't call Windows APIs on my Linux box (short of messing around with VMs or Wine or something, which are dependencies that Python doesn't need). So yes, these *are* cross-platform, and that's not scary, that's deliberate design. ChrisA -- https://mail.python.org/mailman/listinfo/python-list