control: tags -1 + patch
control: found -1 1.0.1-2

I got this patch from the OP, since it seems he have some troubles at
submitting this bug...

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540         .''`.
more about me:  http://mapreri.org                                 : :'  :
Launchpad user: https://launchpad.net/~mapreri                     `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia     `-
--- ssl.py.old	2015-05-16 22:21:40.976210265 +0800
+++ ssl.py	2015-05-16 22:19:30.268996051 +0800
@@ -81,7 +81,7 @@ class SSLSocket(socket):
             self._sslobj = None
         else:
             # yes, create the SSL object
-            ctx = SSLContext(ssl_version)
+            ctx = __ssl__.SSLContext(ssl_version)
             if keyfile or certfile:
                 ctx.load_cert_chain(certfile, keyfile)
             if ca_certs:

Attachment: signature.asc
Description: Digital signature

Reply via email to