Hello again Terry (and mailing list),

On Sun, Jun 24, 2012 at 9:34 AM, Michael Gundlach <gundl...@gmail.com>wrote:

> I've now changed to 2.7.3, and if I don't write back in the next few days,
> it means that that fixed the problem -- thanks for your help! :)
>

The problem still exists in Python 2.7.3:

  File "/usr/local/lib/python2.7/imaplib.py", line 1148, in __init__
    IMAP4.__init__(self, host, port)
  File "/usr/local/lib/python2.7/imaplib.py", line 163, in __init__
    self.open(host, port)
  File "/usr/local/lib/python2.7/imaplib.py", line 1160, in open
    self.sslobj = ssl.wrap_socket(self.sock, self.keyfile, self.certfile)
  File "/usr/local/lib/python2.7/ssl.py", line 381, in wrap_socket
    ciphers=ciphers)
  File "/usr/local/lib/python2.7/ssl.py", line 143, in __init__
    self.do_handshake()
  File "/usr/local/lib/python2.7/ssl.py", line 305, in do_handshake
    self._sslobj.do_handshake()
KeyboardInterrupt

What should I do next?  File a bug?

Thanks for your help!
Michael
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to