Was mssing 2.5 cond3 semantic rule

This commit is contained in:
rocky
2019-04-23 13:09:14 -04:00
parent 9186a3fc44
commit 132a9acdb4
3 changed files with 2 additions and 4 deletions

View File

@@ -1813,9 +1813,6 @@ class SourceWalker(GenericASTTraversal, object):
node[-2][0].kind = 'unpack_w_parens'
self.default(node)
# except_cond3 is only in Python <= 2.6
n_except_cond3 = n_except_cond2
def template_engine(self, entry, startnode):
"""The format template interpetation engine. See the comment at the
beginning of this module for the how we interpret format