mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
f8fe1357b0
NOTES: 1. replaced unicode, str, etc with their six counterparts 2. isinstance(obj, basestring) -> isinstance(obj, (string_types, text_type)) 3. I'm not entirely confident about the behaviour of __str__ and __unicode__ between versions so that might require a bit more testing. |
||
---|---|---|
.. | ||
ansible | ||
bin | ||
hacking | ||
samples | ||
scripts | ||
test | ||
README-tests.md | ||
setup.py | ||
test-requirements.txt |