##// 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 / zope / interface / common
__init__.py Loading ...
idatetime.py Loading ...
interfaces.py Loading ...
mapping.py Loading ...
sequence.py Loading ...