You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
8 years ago
..
__init__.py added missing init.py for utilities modules 10 years ago
assert.py Proper author info for all remaining modules 9 years ago
async_status.py Fixing compile time errors irt (, e => as e, print(), ocat now 0o not 0) exception handling for Python 3 (#3851) 8 years ago
async_wrapper.py Fixing compile time errors irt (, e => as e, print(), ocat now 0o not 0) exception handling for Python 3 (#3851) 8 years ago
debug.py documented new verbosity option 9 years ago
fail.py Proper author info for all remaining modules 9 years ago
include_vars.py add documentation stating that JSON files can be loaded with include_vars 9 years ago
pause.py Add missing GPLv3 License header 9 years ago
set_fact.py clarified set_fact function 9 years ago
wait_for.py Fix wait_for to compile on python3 (#3722) 8 years ago