You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Start splitting off 3.4 grammar from rest
This commit is contained in:
@@ -625,10 +625,6 @@ class Python32ParserSingle(Python32Parser, PythonParserSingle):
|
||||
class Python33ParserSingle(Python33Parser, PythonParserSingle):
|
||||
pass
|
||||
|
||||
class Python34ParserSingle(Python34Parser, PythonParserSingle):
|
||||
pass
|
||||
|
||||
|
||||
class Python35onParserSingle(Python35onParser, PythonParserSingle):
|
||||
pass
|
||||
|
||||
@@ -641,8 +637,6 @@ def info(args):
|
||||
arg = args[0]
|
||||
if arg == '3.5':
|
||||
p = Python35onParser()
|
||||
elif arg == '3.4':
|
||||
p = Python34Parser()
|
||||
elif arg == '3.3':
|
||||
p = Python33Parser()
|
||||
elif arg == '3.2':
|
||||
|
Reference in New Issue
Block a user