mirror of
https://github.com/ansible/ansible.git
synced 2026-08-06 00:22:44 +02:00
* user - Remove unused code. * Replace deprecated abstractproperty decorator. * Fix __all__ to be a tuple. * Use a generator in subelements lookup. * Use from import in basic.py * Add changelog fragment. * Fix selinux unit test.
7 lines
353 B
YAML
7 lines
353 B
YAML
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.
|