Message7546

Author wehart
Recipients wehart
Date 2012-12-15.15:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355585174.85.0.0375292980667.issue1997@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.7a2 does not appear to correctly implement urllib2.  The following fails:

urllib2.urlopen('https://software.sandia.gov/svn/public/pyutilib/vpy/installer.ini')

with the error:

urllib2.URLError: <urlopen error unknown url type: https>
History
Date User Action Args
2012-12-15 15:26:14wehartsetrecipients: + wehart
2012-12-15 15:26:14wehartsetmessageid: <1355585174.85.0.0375292980667.issue1997@psf.upfronthosting.co.za>
2012-12-15 15:26:14wehartlinkissue1997 messages
2012-12-15 15:26:14wehartcreate