community.general/lib/ansible/template
Thomas Quinot 101e983f07 Remove incorrect assumption on exception constructors (#35271)
Do not assume that all exception constructors accept a single string
argument. For example UnicodeError's __init__ takes 5 parameters:
encoding, object, start, end, reason.

Also, if e.message is present but empty, fall back on stringifying
the exception occurrence.

Fixes #35270
2018-01-26 11:07:58 -06:00
..
__init__.py Add q/query aliases to lookup (#33466) 2017-12-14 11:53:00 -06:00
safe_eval.py Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
template.py template: fix KeyError: 'undefined variable: 0 (#27972) 2017-08-09 18:50:53 -04:00
vars.py Remove incorrect assumption on exception constructors (#35271) 2018-01-26 11:07:58 -06:00