Added RAW and NOMARKUP protocol options to all protocols, settable with @option. Resolves #978.
This commit is contained in:
parent
79786b7173
commit
f12c754225
6 changed files with 14 additions and 10 deletions
|
|
@ -82,7 +82,9 @@ class Session(object):
|
|||
|
||||
self.protocol_flags = {"ENCODING": "utf-8",
|
||||
"SCREENREADER":False,
|
||||
"INPUTDEBUG": False}
|
||||
"INPUTDEBUG": False,
|
||||
"RAW": False,
|
||||
"NOMARKUP": False}
|
||||
self.server_data = {}
|
||||
|
||||
# map of input data to session methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue