##// END OF EJS Templates
extensions: address ast deprecations introduced in Python 3.12...
extensions: address ast deprecations introduced in Python 3.12 Tests would fail with: .../mercurial/extensions.py:910: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead if isinstance(a, ast.Str): .../mercurial/extensions.py:912: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead elif isinstance(a, ast.Bytes): .../mercurial/extensions.py:913: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead name = a.s

File last commit:

r45863:f55c47f4 default
r51648:b9eb65a1 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer