Package M2Crypto :: Module m2urllib2
[frames] | no frames]

Module m2urllib2



M2Crypto enhancement to Python's urllib2 for handling 'https' url's.

Code from urllib2 is Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation; All Rights Reserved

Summary of changes:

Classes
  HTTPSHandler
Functions
 
build_opener(ssl_context=None, *handlers)
Create an opener object from a list of handlers.
Function Details

build_opener(ssl_context=None, *handlers)

 

Create an opener object from a list of handlers.

The opener will use several default handlers, including support for HTTP and FTP.

If any of the handlers passed as arguments are subclasses of the default handlers, the default handlers will not be used.