You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/commands
Toshio Kuratomi 95755d1859 We've changed run_command to return native_strings
on python3, this means that we don't get bytes back by default.  We
probably do want bytes here so modify our call to run_command so we get
bytes instead of text.
9 years ago
..
__init__.py package files 11 years ago
command.py We've changed run_command to return native_strings 9 years ago
raw.py updated raw docs for environment and executable 10 years ago
script.py Add a note about using the script module with pseudo-tty's lack of stderr channel (#4000) 10 years ago
shell.py Added some documentation for the shell return values 10 years ago