[issue26968] glob.glob incorrect results under windows when pathname exists but interpreter does not have access permissions to pathname

2016-05-05 Thread Krzysztof Warzecha
Krzysztof Warzecha added the comment: >>> os.lstat('c:\\PerfLogs') Traceback (most recent call last): File "", line 1, in PermissionError: [WinError 5] Odmowa dostępu: 'c:\\PerfLogs' (thats "Permission denied") -- _

[issue26968] glob.glob incorrect results under windows when pathname exists but interpreter does not have access permissions to pathname

2016-05-05 Thread Krzysztof Warzecha
New submission from Krzysztof Warzecha: Hello, I'm running python 3.5.1 under windows and I've noticed glob.glob is returning incorrect results when I'm using full path name to directory to which I don't have access permissions. Please consider this: >> glob.gl