On Wed, Apr 29, 2015 at 8:28 PM, eryksun <eryk...@gmail.com> wrote:
> After disabling the check, my previous example should work fine:

Except it doesn't accept paths relative to a UNC working directory:

    (test) \\127.0.0.1\C$>cd Temp
    The system cannot find the path specified.

And the cd command appears to ignore the registry setting:

    (test) \\127.0.0.1\C$>cd \\127.0.0.1\C$\Temp
    '\\127.0.0.1\C$\Temp'
    CMD does not support UNC paths as current directories.

Otherwise it works fine. ;-)
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to