community.general/lib/ansible/modules/utilities/logic
@ c901b70a01 Fixing compile time errors irt (, e => as e, print(), ocat now 0o not 0) exception handling for Python 3 (#3851)
* Fixing compile time errors irt a) exception handling for Python 3 in util, also: b) problem octal usage (fixed) and c) print json_dump -> print(json_dump(xyz) ... et al

* This code was not Python 2.4 compliant. Octal codes and exception handling is now working with Py 2.4, 2.6, & 3.5.

* Fixing formating (or rather reverting an non 2.4 compatible change). Works in compile & runtime checking.

* a) revert to use print sys.stderr not fail_json; b) fixed var name in exception

* Python 3 compatible print (print >>sys.stderr will generate a TypeError - now uses sys.stderr.write instead).
2016-12-08 11:24:37 -05:00
..
__init__.py added missing init.py for utilities modules 2016-12-08 11:22:25 -05:00
assert.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
async_status.py Fixing compile time errors irt (, e => as e, print(), ocat now 0o not 0) exception handling for Python 3 (#3851) 2016-12-08 11:24:37 -05:00
async_wrapper.py Fixing compile time errors irt (, e => as e, print(), ocat now 0o not 0) exception handling for Python 3 (#3851) 2016-12-08 11:24:37 -05:00
debug.py documented new verbosity option 2016-12-08 11:24:06 -05:00
fail.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
include_vars.py add documentation stating that JSON files can be loaded with include_vars 2016-12-08 11:23:43 -05:00
pause.py Add missing GPLv3 License header 2016-12-08 11:23:25 -05:00
set_fact.py clarified set_fact function 2016-12-08 11:23:48 -05:00
wait_for.py Fix wait_for to compile on python3 (#3722) 2016-12-08 11:24:30 -05:00