[issue8869] execfile does not work with UNC paths
stier08 added the comment: yep exec (open (...)) is OK here thanks -- ___ Python tracker <http://bugs.python.org/issue8869> ___ ___ Python-bugs-list mailin
[issue8869] execfile does not work with UNC paths
New submission from stier08 : execfile() builtin function does not work with UNC paths on Windows platform (Windows 7 x64 has been tested, python 2.6.5) Since standard IO operations successfully process UNC paths, therefore this behavior of execfile() seems to be a bug. Code to reproduce