[issue25189] An issue about os.access

2015-09-20 Thread yangyanbo
yangyanbo added the comment: Thanks for eryksun a lot. Yes,it did solve my problem. And Find this Sysnative directory doesnt exsit,And I searched the msdn then find that it is a Windows Mechanism. All in all , it does prove you are right. Thanks a lot Again

[issue25189] An issue about os.access

2015-09-19 Thread yangyanbo
yangyanbo added the comment: I wrote error ,it should be os.access, and the issue is really exist -- Added file: http://bugs.python.org/file40525/1.png ___ Python tracker <http://bugs.python.org/issue25

[issue25189] An issue about os.access

2015-09-19 Thread yangyanbo
Changes by yangyanbo : -- title: An issue about os.acess -> An issue about os.access ___ Python tracker <http://bugs.python.org/issue25189> ___ ___ Python-

[issue25189] An issue about os.acess

2015-09-19 Thread yangyanbo
New submission from yangyanbo: On Windows 10 . The telnet function is closed on Windows10, I open it and I can use it in WIN CMD. But when i start python shell,and import os module, I use the command os.acess(r"C:\Windows\System32\telnet.exe",os.X_OK) to check it is or not be execu