Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 15 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to mww@…
Port: python25 added
Type: enhancementdefect

Assigning to maintainer.

comment:2 Changed 15 years ago by blb@…

Resolution: invalid
Status: newclosed

Install the py25-socket-ssl port: sudo port install py25-socket-ssl.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.