[issue8869] execfile does not work with UNC paths

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jun 1 17:49:22 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Reproduced on WinXP.
execfile() does not work because it calls the system function stat(); 
this function does accept UNC paths (like \\machine\share\file), but not paths which contain a wildcard character ('?' or '*')

I suggest to remove the leading '\\\\?\\'.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8869>
_______________________________________


More information about the Python-bugs-list mailing list