edonyzpc / toolkitem

personal toolkits for daily code
MIT License
2 stars 1 forks source link

Update fileprocess directory iterator method #23

Open edonyzpc opened 6 years ago

edonyzpc commented 6 years ago

New feature for directory iterator https://docs.python.org/3.5/whatsnew/3.5.html#pep-471-os-scandir-function-a-better-and-faster-directory-iterator

edonyzpc commented 6 years ago

python3.5 has already modified the implement of os.walk() by calling os.scandir()