Comment 3 for bug 85305

Revision history for this message
Alexander Belchenko (bialix) wrote :

pycurl.version_info() make sense for me.
Here on my windows box:

In [22]: pycurl.version_info()
Out[22]:
(2,
 '7.15.5',
 462597,
 'i386-pc-win32',
 668,
 'OpenSSL/0.9.8c',
 0,
 '1.2.3',
 ('tftp', 'ftp', 'telnet', 'dict', 'ldap', 'http', 'file', 'https', 'ftps'),
 '1.3.1',
 66305,
 None)

Tomorow I'll check with old pycurl library without SSL.