Skip to content

Commit

Permalink
Update pathname param of setuptools._distutils.util.convert_path (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Feb 9, 2025
1 parent 232b8f3 commit 46ac2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/setuptools/setuptools/_distutils/util.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from _typeshed import Unused
from _typeshed import StrPath, Unused
from collections.abc import Callable, Mapping
from typing import Literal
from typing_extensions import TypeVarTuple, Unpack
Expand All @@ -10,7 +10,7 @@ def get_platform() -> str: ...
def get_macosx_target_ver_from_syscfg(): ...
def get_macosx_target_ver(): ...
def split_version(s: str) -> list[int]: ...
def convert_path(pathname: str) -> str: ...
def convert_path(pathname: StrPath) -> str: ...
def change_root(new_root: str, pathname: str) -> str: ...
def check_environ() -> None: ...
def subst_vars(s: str, local_vars: Mapping[str, str]) -> None: ...
Expand Down

0 comments on commit 46ac2e2

Please sign in to comment.