On Mon, Aug 18, 2008 at 8:44 PM, Kent Johnson <[EMAIL PROTECTED]> wrote:

> On Mon, Aug 18, 2008 at 12:40 PM, xbmuncher <[EMAIL PROTECTED]> wrote:
> > I wanted to use the urllib2.https_open()  but it said the module did not
> > exist.
>
> I'm not aware of a urllib2.https_open() function. I think you just
> give an https url to urllib2.urlopen(). Can you show us your actual
> code and error message?
>
> Kent
>
http://docs.python.org/lib/https-handler-objects.html
I accessed it like this:
urllib2.https_open(req)

Its probably the syntax formation of using this https functionality that I
have wrong. Maybe you can show me how.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to