This patches removes unnecessary utf-8 encoding in cloudpulseclient/__init__.py cloudpulseclient/common/base.py cloudpulseclient/common/httpclient.py cloudpulseclient/common/utils.py cloudpulseclient/exceptions.py cloudpulseclient/tests/base.py cloudpulseclient/tests/test_cloudpulseclient.py doc/source/conf.py Change-Id: I68d798f959ec6d2be4182de4e53f618897ddd99d
Python 3 deprecated the logger.warn method, see: https://docs.python.org/3/library/logging.html#logging.warning so we prefer to use warning to avoid DeprecationWarning. Change-Id: I6916a95800f003e96736c7e8fe45f3cfe242d983 Closes-Bug: #1530742
Change-Id: I441e6b9ea9ede097747799f0b9dd8790330adf58