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 
executeable,And I got False.
Why I use it because winpexpect moudle use it to check.
I try this in three PCS,and i doubt it may be an issue

----------
components: Windows
messages: 251145
nosy: berlinsaint, loewis, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: An issue about os.acess
type: performance
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25189>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to