]> git.arvados.org - arvados.git/commit
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)
commitb3fd3679187be8e51d31cb6bf17613cc488cda4b
tree0311ddaa9fbbeb16dcda5781888d20a8d26d0258
parentf1c20b66097f1bb37c0ffc8808b4a5831e91f87b
3866: PySDK KeepClient accommodates services with IPv6 addresses.

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.
sdk/python/arvados/keep.py
sdk/python/tests/test_keep_client.py