* Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> in comp.lang.python:
> IMAP4_SSL is documented as existing in Python 3. And when I run Python 
> 3.2 on a Centos machine, instead of Debian, it includes IMAP4_SSL which 
> works fine.
> So there's something screwy going on here. Why does my Python 3.2 on 
> Debian not include IMAP4_SSL, but Python 2.6 does?

Could you try "import ssl" on your Debian machine and see if some errors
are reported? Some ssl libs used by ssl.py might not be installed.

-- 
DW
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to