Python: remove deprecated section of qhelp file

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-03-26 23:26:24 +01:00
parent 44d62df3f7
commit e0352fe763

View File

@@ -32,12 +32,6 @@
All cases should be updated to use a secure protocol, such as
<code>PROTOCOL_TLSv1_2</code>.
</p>
<p>
Note that <code>ssl.wrap_socket</code> has been deprecated in
Python 3.7. A preferred alternative is to use
<code>ssl.SSLContext</code>, which is supported in Python 2.7.9 and
3.2 and later versions.
</p>
<p>
Note that <code>ssl.wrap_socket</code> has been deprecated in
Python 3.7. The recommended alternatives are: