Closed
Description
I just read python/cpython#113188 which states the following:
os.chmod() still does not follow symlinks by default on Windows
But the stubs say otherwise:
typeshed/stdlib/os/__init__.pyi
Line 750 in 0445d74
We should just use an ellipsis here:
def chmod(path: FileDescriptorOrPath, mode: int, *, dir_fd: int | None = None, follow_symlinks: bool = ...) -> None: ...
Metadata
Metadata
Assignees
Labels
No labels