Fix setting IPv6 default configuration option.
This commit is contained in:
parent
7a112f2523
commit
2a78570d65
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue