Files
ansible/changelogs/fragments/78648-urllib3-import-exceptions.yml
T

6 lines
261 B
YAML

bugfixes:
- urls - Guard imports of ``urllib3`` by catching ``Exception`` instead of
``ImportError`` to prevent exceptions in the import process of optional
dependencies from preventing use of ``urls.py``
(https://github.com/ansible/ansible/issues/78648)