#17305 closed defect (invalid)
python25 2.5.2 Please add a https-capable variant
Reported by: | macports@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | python25 |
Description
expected:
$ /Library/Frameworks/Python.framework/Versions/Current/bin/python >>> import urllib; urllib.urlopen("https://www.google.com") <addinfourl at 12421600 whose fp = <socket._fileobject object at 0xbd6ef0>>
actual:
$ /opt/local/bin/python2.5 >>> import urllib; urllib.urlopen("https://www.google.com") IOError: [Errno url error] unknown url type: 'https'
Change History (3)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to mww@… |
---|---|
Port: | python25 added |
Type: | enhancement → defect |
comment:2 Changed 16 years ago by blb@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
Install the py25-socket-ssl port: sudo port install py25-socket-ssl
.
Note: See
TracTickets for help on using
tickets.
Assigning to maintainer.