mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
from __future__ unicode_literals leads to developer confusion as developers no longer can tell whether a bare literal string is a byte string or a unicode string. Explicit marking as u"" or b"" is the way to solve the same problem in the Ansbile codebase. |
||
---|---|---|
.. | ||
ansible-doc.rst | ||
ansible-var-precedence-check.rst | ||
boilerplate.rst | ||
configure-remoting-ps1.rst | ||
empty-init.rst | ||
import.rst | ||
integration-aliases.rst | ||
line-endings.rst | ||
no-basestring.rst | ||
no-dict-iteritems.rst | ||
no-dict-iterkeys.rst | ||
no-dict-itervalues.rst | ||
no-get-exception.rst | ||
no-underscore-variable.rst | ||
no-unicode-literals.rst | ||
no-wildcard-import.rst | ||
pep8.rst | ||
pylint-ansible-test.rst | ||
pylint.rst | ||
replace-urlopen.rst | ||
required-and-default-attributes.rst | ||
rstcheck.rst | ||
sanity-docs.rst | ||
shebang.rst | ||
shellcheck.rst | ||
test-constraints.rst | ||
use-compat-six.rst | ||
validate-modules.rst | ||
yamllint.rst |