Fix setting IPv6 default configuration option.

This commit is contained in:
Lance Stout 2012-06-20 22:21:34 -07:00
parent 7a112f2523
commit 2a78570d65

View file

@ -212,6 +212,9 @@ class XMLStream(object):
#: proxy based on the settings in :attr:`proxy_config`. #: proxy based on the settings in :attr:`proxy_config`.
self.use_proxy = False self.use_proxy = False
#: If set to ``True``, attempt to use IPv6.
self.use_ipv6 = True
#: An optional dictionary of proxy settings. It may provide: #: An optional dictionary of proxy settings. It may provide:
#: :host: The host offering proxy services. #: :host: The host offering proxy services.
#: :port: The port for the proxy service. #: :port: The port for the proxy service.