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 kwarzecha7
Recipients kwarzecha7, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-05-05.19:58:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462478334.01.0.742225982014.issue26968@psf.upfronthosting.co.za>
In-reply-to
Content
>>> os.lstat('c:\\PerfLogs')
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    PermissionError: [WinError 5] Odmowa dostępu: 'c:\\PerfLogs'

(thats "Permission denied")
History
Date User Action Args
2016-05-05 19:58:54kwarzecha7setrecipients: + kwarzecha7, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2016-05-05 19:58:54kwarzecha7setmessageid: <1462478334.01.0.742225982014.issue26968@psf.upfronthosting.co.za>
2016-05-05 19:58:53kwarzecha7linkissue26968 messages
2016-05-05 19:58:53kwarzecha7create