You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Python 3.3, a number of os functions support using an open file descriptor as path argument.
These include os.utime, os.chmod, os.chdir, 'os.chown', os.listdir, os.stat and os.lstat.
The value of os.supports_fd shall be considered in the implementation.
Since Python 3.3, a number of
os
functions support using an open file descriptor as path argument.These include
os.utime
,os.chmod
,os.chdir
, 'os.chown',os.listdir
,os.stat
andos.lstat
.The value of
os.supports_fd
shall be considered in the implementation.Needed in #194 for
os.listdir
.The text was updated successfully, but these errors were encountered: