summaryrefslogtreecommitdiff
path: root/changelogs/fragments/code-cleanup.yml
blob: 2309daab50b24c08c9b12d298c694c9a477773da (plain)
1
2
3
4
5
6
7
8
minor_changes:
  - basic module_util - Clean up ``selinux`` compat import.
  - subelements lookup - Use generator in instance type check.
  - unicode utils - Fix ``__all__`` which was incorrectly declared as a string instead of a tuple.
  - connection base - Avoid using deprecated ``@abstractproperty`` decorator.
  - user module - Remove unused code.
  - cache base - More efficient string splitting.
  - ansible-test - More efficient string splitting.