ansible/utilities/logic
codemeup @ Work 1e0bb94ced 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-06-13 11:40:13 -07:00
..
__init__.py added missing init.py for utilities modules 2014-11-05 15:49:39 -05:00
assert.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04: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-06-13 11:40:13 -07: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-06-13 11:40:13 -07:00
debug.py documented new verbosity option 2016-02-18 07:01:53 -08:00
fail.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
include_vars.py add documentation stating that JSON files can be loaded with include_vars 2015-10-15 15:06:32 -04:00
pause.py Add missing GPLv3 License header 2015-07-03 22:57:53 -05:00
set_fact.py clarified set_fact function 2015-11-17 10:05:15 -08:00
wait_for.py Fix wait_for to compile on python3 (#3722) 2016-05-23 09:34:27 -04:00