This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, stier08, tim.golden
Date 2010-06-01.15:49:19
SpamBayes Score 0.0279899
Marked as misclassified No
Message-id <1275407362.47.0.0449070610722.issue8869@psf.upfronthosting.co.za>
In-reply-to
Content
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 '\\\\?\\'.
History
Date User Action Args
2010-06-01 15:49:22amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, tim.golden, stier08
2010-06-01 15:49:22amaury.forgeotdarcsetmessageid: <1275407362.47.0.0449070610722.issue8869@psf.upfronthosting.co.za>
2010-06-01 15:49:19amaury.forgeotdarclinkissue8869 messages
2010-06-01 15:49:19amaury.forgeotdarccreate