[Python-Dev] Remaining decisions on PEP 471 -- os.scandir() (original) (raw)

Antoine Pitrou antoine at python.org
Sun Jul 20 18:50:06 CEST 2014


Hi,

Thanks Victor, Nick, Ethan, and others for continued discussion on the scandir PEP 471 (most recent thread starts at https://mail.python.org/pipermail/python-dev/2014-July/135377.html).

Have you tried modifying importlib's _bootstrap.py to use scandir() instead of listdir() + stat()?

Regards

Antoine.



More information about the Python-Dev mailing list