Split up version-specific semantic action code more

This commit is contained in:
rocky
2019-04-14 21:47:16 -04:00
parent d2381fbe11
commit 53968e535f
5 changed files with 165 additions and 116 deletions

View File

@@ -269,8 +269,8 @@ def customize_for_version3(self, version):
(5, 'else_suitel') ),
})
if version >= 3.4:
########################
# Python 3.4+ Additions
#######################
# Python 3.4+ Changes #
#######################
TABLE_DIRECT.update({
'LOAD_CLASSDEREF': ( '%{pattr}', ),