##// END OF EJS Templates
py3: use `except error as e` instead of `except error, e`...
py3: use `except error as e` instead of `except error, e` The latter throws SyntaxError on Python 3. Differential Revision: https://phab.mercurial-scm.org/D3613
Pulkit Goyal -
r38100:f0fadc5b default
Show More
Name Size Modified Last Commit Author
/ mercurial / thirdparty / concurrent / futures
__init__.py Loading ...
_base.py Loading ...
process.py Loading ...
thread.py Loading ...