2 Commits

Author SHA1 Message Date
danj
e71a8c65ae Update to py-scandir-1.9.0
From Elias Mariani (maintainer)
2018-08-12 23:38:31 +00:00
danj
26be6dd4f1 Import py-scandir-1.8 from Elias Mariani, tweaks by me/ok landry@
scandir() is a directory iteration function like os.listdir(), except that
instead of returning a list of bare filenames, it yields DirEntry objects that
include file type and stat information along with the name. Using scandir()
increases the speed of os.walk() by 2-20 times (depending on the platform and
file system) by avoiding unnecessary calls to os.stat() in most cases.
2018-08-09 19:08:11 +00:00