3866: PySDK KeepClient accommodates services with IPv6 addresses.
authorBrett Smith <brett@curoverse.com>
Mon, 29 Sep 2014 20:07:55 +0000 (16:07 -0400)
committerBrett Smith <brett@curoverse.com>
Mon, 29 Sep 2014 20:07:55 +0000 (16:07 -0400)
I thought there was going to be a nicer way to construct URLs than
this, but urllib.urlunparse is still expecting the host+port as a
single string, so this approach is easier.  Closes #3866.


No differences found