homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients
Date 2006年03月31日.19:11:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Symptoms:
>>> import socket
>>> s = socket.socket()
>>> s.settimeout(30.0)
>>> s.connect(("gmail.org", 995))
>>> ss = socket.ssl(s)
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "C:\python24\lib\socket.py", line 74, in ssl
 return _realssl(sock, keyfile, certfile)
 socket.sslerror: (2, 'The operation did not complete
(read)')
This does not occur on Unix, where
test_socket_ssl.test_timeout runs smoothly.
History
Date User Action Args
2007年08月23日 14:38:59adminlinkissue1462352 messages
2007年08月23日 14:38:59admincreate

AltStyle によって変換されたページ (->オリジナル) /