mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 13:32:26 +08:00
Add fchmod and lchmod for Windows on 3.13 (#12662)
This commit is contained in:
@@ -107,5 +107,7 @@ if sys.platform == "win32":
|
||||
listvolumes as listvolumes,
|
||||
set_blocking as set_blocking,
|
||||
)
|
||||
if sys.version_info >= (3, 13):
|
||||
from os import fchmod as fchmod, lchmod as lchmod
|
||||
|
||||
environ: dict[str, str]
|
||||
|
||||
Reference in New Issue
Block a user