diff options
Diffstat (limited to 'constructor.py')
-rw-r--r-- | constructor.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constructor.py b/constructor.py index 4e76f18..ee605ea 100644 --- a/constructor.py +++ b/constructor.py @@ -438,6 +438,8 @@ class SafeConstructor(BaseConstructor): bool_values = { u'yes': True, u'no': False, + u'y': True, + u'n': False, u'true': True, u'false': False, u'on': True, |