Files
community.general/lib/ansible/utils
Marius Gedminas eb99aa8c68 Fix to_bytes(None) on Python 3
You cannot call bytes(obj) to get a simple representation of obj on
Python 3!  E.g. bytes(42) returns a byte string with 42 NUL characters
instead of b'42'.
2015-08-27 22:15:56 +03:00
..
2015-05-03 21:47:26 -05:00
2015-05-03 21:47:26 -05:00
2015-05-03 21:47:26 -05:00
2015-08-06 17:37:05 -04:00
2015-05-03 21:47:26 -05:00
2015-05-03 21:47:26 -05:00
2015-08-27 22:15:56 +03:00
2015-08-27 22:15:04 +03:00
2015-08-27 22:15:56 +03:00