[issue8869] execfile does not work with UNC paths

2010-06-01 Thread stier08
New submission from stier08 stie...@gmail.com: 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

[issue8869] execfile does not work with UNC paths

2010-06-01 Thread stier08
stier08 stie...@gmail.com added the comment: yep exec (open (...)) is OK here thanks -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8869