mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 13:12:30 +00:00
* Port set_*_if_different functions to python3 * Add surrogate_or_strict and surrogate_or_replace error handlers for to_text, to_bytes, to_native * Set default error handler to surrogate_or_replace * Make use of the new error handlers in the already ported code * Move the unittests for module_utils._text as they aren't in basic.py * Cleanup around SEQUENCETYPE. On python2.6+ SEQUENCETYPE includes strings so make sure code omits those explicitly if necessary * Allow arg_spec aliases to be other sequence types |
||
|---|---|---|
| .. | ||
| basic | ||
| __init__.py | ||
| test_basic.py | ||
| test_database.py | ||
| test_distribution_version.py | ||
| test_facts.py | ||
| test_text.py | ||