1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/v2
Rory Finnegan f8fe1357b0 Updated the utils/unicode.py file with 2/3 compatibility.
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.
2015-04-16 16:01:21 -04:00
..
ansible Updated the utils/unicode.py file with 2/3 compatibility. 2015-04-16 16:01:21 -04:00
bin now in v2 everything passes a single passwords hash 2015-04-08 03:17:32 -04:00
hacking Port sivel's fix for egg_info (#10563) to v2 2015-03-30 19:15:41 -07:00
samples Filter tasks based on tags during iterator setup in v2 2015-04-15 01:17:02 -05:00
scripts Add the python3 compat header 2014-10-28 20:41:51 -04:00
test Updated the test_data_loader to use six.builtins vs __builtins__ 2015-04-16 16:01:21 -04:00
README-tests.md Add a README for the v2 unittests 2014-10-15 18:25:54 -04:00
setup.py Add setup.py for v2 to allow for pip editable installs. 2015-04-13 13:34:48 -04:00
test-requirements.txt Make some of the optional requirements optional for testing -- we'll skip the tests instead 2015-04-15 15:35:21 -07:00