mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-15 18:41:43 -07:00
[PR #7542/21cd65fc backport][stable-7] ssl.wrap_socket() was removed in Python 3.12 (#7556)
ssl.wrap_socket() was removed in Python 3.12 (#7542)
* ssl.wrap_socket() was removed in Python 3.12.
* Make code for irc module backwards-compatible.
(cherry picked from commit 21cd65fccf
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3ce83dcf6a
commit
a70de88577
3 changed files with 15 additions and 9 deletions
3
changelogs/fragments/7542-irc-logentries-ssl.yml
Normal file
3
changelogs/fragments/7542-irc-logentries-ssl.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- "log_entries callback plugin - replace ``ssl.wrap_socket`` that was removed from Python 3.12 with code for creating a proper SSL context (https://github.com/ansible-collections/community.general/pull/7542)."
|
||||
- "irc - replace ``ssl.wrap_socket`` that was removed from Python 3.12 with code for creating a proper SSL context (https://github.com/ansible-collections/community.general/pull/7542)."
|
Loading…
Add table
Add a link
Reference in a new issue