improve compatibility with Python 3.10 #40

Merged
solderpunk merged 1 commits from nic/AV-98:master into master 2023-11-12 10:18:30 +00:00
Contributor

Before applying this fix, I see the following warning on every new page load:

av98.py:552: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated
  context = ssl.SSLContext(protocol)

As of Python 3.10, ssl.PROTOCOL_TLS has been deprecated.

Before applying this fix, I see the following warning on every new page load: ``` av98.py:552: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated context = ssl.SSLContext(protocol) ``` As of Python 3.10, `ssl.PROTOCOL_TLS` has been deprecated.
nic added 1 commit 2022-06-30 04:01:16 +00:00
solderpunk merged commit a1cb220113 into master 2023-11-12 10:18:30 +00:00
Owner

Thanks very much for this, sorry it took over a year to merge!

Thanks very much for this, sorry it took over a year to merge!
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: solderpunk/AV-98#40
No description provided.