##// END OF EJS Templates
typing: fix forward reference in _Tlocalstr type bound...
typing: fix forward reference in _Tlocalstr type bound AFAIK, a quoted string in type position is translated to its ForwardRef. https://github.com/python/typing/issues/34 This fixes the following error: File "mercurial/encoding.py", line 38, in <module>: Name 'localstr' is not defined [name-error]

File last commit:

r37193:943d77fc default
r44075:3364a15f default
Show More
__init__.py
2 lines | 61 B | text/x-python | PythonLexer
Gregory Szorc
thirdparty: vendor zope.interface 4.4.3...
r37193 #
# This file is necessary to make this directory a package.