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 Ryan_D@163.com
Recipients Ryan_D@163.com, eryksun, paul.moore, steve.dower, steven.daprano, tim.golden, zach.ware
Date 2019-04-17.13:15:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555506940.71.0.978180619839.issue36646@roundup.psfhosted.org>
In-reply-to
Content
I ran "python3" because I rename the execute file for distincting with python2 exe.
PS D:\workspace> (get-command python3).source
C:\Python36_64\python3.exe

There is no problem for my dev environment, it's an obviously different output for the same API call between python2.7 and python3.6.
not only listdir(), but also os.walk() has the same problem.
History
Date User Action Args
2019-04-17 13:15:40Ryan_D@163.comsetrecipients: + Ryan_D@163.com, paul.moore, tim.golden, steven.daprano, zach.ware, eryksun, steve.dower
2019-04-17 13:15:40Ryan_D@163.comsetmessageid: <1555506940.71.0.978180619839.issue36646@roundup.psfhosted.org>
2019-04-17 13:15:40Ryan_D@163.comlinkissue36646 messages
2019-04-17 13:15:40Ryan_D@163.comcreate