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 orsenthil
Recipients chris.stawarz, giampaolo.rodola, jafo, janssen, jcea, orsenthil
Date 2008-09-02.19:38:19
SpamBayes Score 1.892306e-05
Marked as misclassified No
Message-id <1220384300.61.0.732033066144.issue1251@psf.upfronthosting.co.za>
In-reply-to
Content
Yes Janssen, I checked again and found it implemented in both trunk
(py26) and py3k. All the tests pass as well.

However, in one of my testcases for issue1424152, where I expected the 
timeout to happen for do_handshake(), it did not take effect. I shall
look for the reasons.

The following is the tail from the traceback.  

  File "/usr/local/lib/python2.6/httplib.py", line 1095, in connect
    self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
  File "/usr/local/lib/python2.6/ssl.py", line 316, in wrap_socket
    suppress_ragged_eofs=suppress_ragged_eofs)
  File "/usr/local/lib/python2.6/ssl.py", line 116, in __init__
    self.do_handshake()
  File "/usr/local/lib/python2.6/ssl.py", line 260, in do_handshake
    self._sslobj.do_handshake()
KeyboardInterrupt
History
Date User Action Args
2008-09-02 19:38:20orsenthilsetrecipients: + orsenthil, jafo, jcea, janssen, giampaolo.rodola, chris.stawarz
2008-09-02 19:38:20orsenthilsetmessageid: <1220384300.61.0.732033066144.issue1251@psf.upfronthosting.co.za>
2008-09-02 19:38:19orsenthillinkissue1251 messages
2008-09-02 19:38:19orsenthilcreate