Delete options when no longer necessary.

This commit is contained in:
Sei Lisa 2014-07-26 04:01:12 +02:00
parent b36356db45
commit 0b49a9590f

View file

@ -1672,6 +1672,8 @@ class parser(object):
# TODO: Allow pure C-style string parsing. This is low-priority.
#self.allowcescapes = 'allowcescapes' in options
del options # no longer needed
# Symbol table:
# This is a list of all local and global symbol tables.
# The first element (0) is the global scope. Each symbol table is a