mirror of
https://github.com/python/cpython.git
synced 2026-04-13 23:31:02 +00:00
os.listdir(-1) and os.scandir(-1) now fail with OSError(errno.EBADF) rather than listing the current directory. os.listxattr(-1) now fails with OSError(errno.EBADF) rather than listing extended attributes of the current directory. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_os.py | ||
| test_posix.py | ||
| test_windows.py | ||
| utils.py | ||