mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
remove Python2 some constructs/docs/comments (#10892)
* remove Python2 some constructs/docs/comments * add changelog frag
This commit is contained in:
7
changelogs/fragments/10892-remove-py2.yml
Normal file
7
changelogs/fragments/10892-remove-py2.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
minor_changes:
|
||||
- known_hosts module_utils - drop Python 2 support when parsing output of ``urlparse`` (https://github.com/ansible-collections/community.general/pull/10892).
|
||||
- aix_inittab - drop Python 2 support for function ``zip`` (https://github.com/ansible-collections/community.general/pull/10892).
|
||||
- copr - drop support for Python 2 interpreter (https://github.com/ansible-collections/community.general/pull/10892).
|
||||
- dconf - drop support for Python 2 interpreter (https://github.com/ansible-collections/community.general/pull/10892).
|
||||
- irc - drop Python 2 support for SSL context creation (https://github.com/ansible-collections/community.general/pull/10892).
|
||||
- mail - drop Python 2 support for Message-ID domain setting (https://github.com/ansible-collections/community.general/pull/10892).
|
||||
Reference in New Issue
Block a user