Issue1694

classification
Title: import ssl not working
Type: behaviour Severity: normal
Components: Versions: Jython 2.1
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: Frank30, pjenvey
Priority: Keywords:

Created on 2011-01-04.08:33:18 by Frank30, last changed 2011-01-07.01:49:55 by pjenvey.

Messages
msg6310 (view) Author: Frank Roth (Frank30) Date: 2011-01-04.08:33:18
Hi,

import ssl does not work for me, though installed python version on same system allows import ssl
msg6318 (view) Author: Philip Jenvey (pjenvey) Date: 2011-01-07.01:49:55
ssl module wasn't added until Python 2.6. Jython 2.5 targets Python 2.5 support

http://docs.python.org/whatsnew/2.6.html#improved-ssl-support
History
Date User Action Args
2011-01-07 01:49:55pjenveysetstatus: open -> closed
resolution: invalid
messages: + msg6318
nosy: + pjenvey
2011-01-04 08:33:18Frank30create