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.
mitogen/docs
Alex Willmer 34088a8b7f ansible_mitogen: Consolidate Python 2 & 3 compatibility
Rough guidelines, in decending preference:
- Use mitogen.core if possible
- Use ansible.module_utils.six if possible
- Embed a getattr() or try/except

viewkeys() et al can't be brought into mitogen.core because that package still
targets Python 2.4. dict.viewkeys() were introduced in Python 2.7.
1 year ago
..
_static
_templates
images
.gitignore
Makefile
ansible_detailed.rst
api.rst
changelog.rst ansible_mitogen: Consolidate Python 2 & 3 compatibility 1 year ago
conf.py
contributors.rst
domainrefs.py
examples.rst
getting_started.rst
howitworks.rst
index.rst
internals.rst
pickle-substitutes.ods
requirements.txt
services.rst
toc.rst