New submission from Ryan <rya...@163.com>:
My script need scan a netdisk directory to get the content of it. I use os.listdir() method for an easy implement, then I got permission error when executing in Python 3.x, but the same code is working fine in Python 2.7,I attached a screenshot for explaining the problem. ---------- components: Windows files: X1ONx.png messages: 340373 nosy: rya...@163.com, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: os.listdir() got permission error in Python3.6 but it's fine in Python2.7 type: behavior versions: Python 3.6 Added file: https://bugs.python.org/file48269/X1ONx.png _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36646> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com