1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-31 21:40:55 +00:00
community.general/docs/docsite/rst/dev_guide
Toshio Kuratomi 3a2670e0fd Allow specific __future__ imports in modules
We do want to allow certain from __future__ imports in modules that make
it easier to code compatible python2 and python3.  Note that
unicode_literals is specifically left out and should never be allowed.
Now that python-3.4+ allows u"" there's no good reason to use
unicode_literals.

Also switch tables in the validate_modules documentation to simple table format
2017-07-27 15:37:26 -07:00
..
style_guide
testing
developing_api.rst
developing_core.rst
developing_inventory.rst
developing_module_utilities.rst
developing_modules.rst
developing_modules_best_practices.rst
developing_modules_checklist.rst
developing_modules_documenting.rst
developing_modules_general.rst
developing_modules_general_OLD.rst
developing_modules_in_groups.rst
developing_plugins.rst
developing_program_flow_modules.rst
developing_python3.rst
developing_rebasing.rst
index.rst
Makefile
overview_architecture.rst
repomerge.rst
testing.rst
testing_compile.rst
testing_httptester.rst
testing_integration.rst
testing_integration_legacy.rst
testing_pep8.rst
testing_running_locally.rst
testing_sanity.rst
testing_units.rst
testing_validate-modules.rst