aggiornamento librerie

This commit is contained in:
marco
2019-12-14 13:14:43 +01:00
parent 71aaa90a3d
commit f9c7b7bef9
154 changed files with 3971 additions and 47232 deletions
+1 -2
View File
@@ -89,8 +89,7 @@ def info():
'version': getattr(idna, '__version__', ''),
}
# OPENSSL_VERSION_NUMBER doesn't exist in the Python 2.6 ssl module.
system_ssl = getattr(ssl, 'OPENSSL_VERSION_NUMBER', None)
system_ssl = ssl.OPENSSL_VERSION_NUMBER
system_ssl_info = {
'version': '%x' % system_ssl if system_ssl is not None else ''
}