Files
community.general/lib/ansible
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
..
2018-01-24 11:36:40 +00:00
2018-01-23 12:02:09 -06:00
2018-01-15 21:15:04 -08:00