mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Replace use of `os.listdir()` with `os.scandir()`. Forgo setting `_drv`, `_root` and `_tail_cached`, as these usually aren't needed. Use `os.DirEntry.path` to set `_str`. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _abc.py | ||