mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: remove deprecated section of qhelp file
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user