community.general/lib/ansible/modules/source_control
Toshio Kuratomi 45846127c5 to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630)
On python3, we want to use the surrogateescape error handler if
available for filesystem paths and the like.  On python2, have to use
strict in these circumstances.  Use the new error strategy for to_text,
to_bytes, and to_native that allows this.
2016-12-08 11:24:57 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
git.py to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630) 2016-12-08 11:24:57 -05:00
hg.py Fix hg for python3 (#4528) 2016-12-08 11:24:53 -05:00
subversion.py Revert "Reset all locale environment variables before running svn commands" (#4358) 2016-12-08 11:24:48 -05:00