##// END OF EJS Templates
subrepoutil: pass re.sub 'count' argument by name...
subrepoutil: pass re.sub 'count' argument by name Python 3.13 started warning: DeprecationWarning: 'count' is passed as positional argument

File last commit:

r50538:e1c586b9 default
r53001:c6e4fec0 stable
Show More
_version_info.pyi
9 lines | 209 B | text/x-python | PythonLexer
class VersionInfo:
@property
def year(self) -> int: ...
@property
def minor(self) -> int: ...
@property
def micro(self) -> int: ...
@property
def releaselevel(self) -> str: ...