Files
community.general/lib/ansible/module_utils
Marius Gedminas d2bec7f81f Python 3: avoid "except ..., e:" in module_utils/basic.py
Make the code compatible with Pythons 2.4 through 3.5 by using
sys.exc_info()[1] instead.

This is necessary but not sufficient for Python 3 compatibility.
2015-09-23 10:04:25 +03:00
..
2013-10-26 11:10:54 -04:00
2014-08-28 20:23:48 -05:00
2015-04-28 09:36:42 -04:00
2015-09-01 08:10:23 -07:00
2015-09-18 10:43:53 -04:00
2015-08-31 13:42:32 -07:00
2015-03-10 11:30:28 -05:00
2015-07-27 15:34:51 -07:00
2015-09-18 13:45:37 -04:00