The connectionpool.py module passes strict= to (http.client.) HTTPClient, but this parameter is no longer supported in Python 3. It was deprecated in Python 3.2 (or maybe earlier) and in 3.4 it is ...
I want to use consul python module in a multiprocessing context : I need to execute x process and each of them is fetching node from consul with are advertising a special service, with special tag ...