Fix issues with octals in Python 2 (and possibly 3). Fixes #559.

This commit is contained in:
Dave Halter
2016-07-17 22:36:26 +02:00
parent 68ff520cf8
commit 2563746810
3 changed files with 25 additions and 1 deletions
+3
View File
@@ -664,6 +664,9 @@ class ErrorNode(BaseNode):
__slots__ = ()
type = 'error_node'
def nodes_to_execute(self, last_added=False):
return []
class ErrorLeaf(LeafWithNewLines):
"""