Version 1.7.10
Bugfix release
Implementation Changes
- Decode service to utf-8 ([723](https://github.com/googleapis/google-api-python-client/pull/723))
- Use print() function in both Python2 and Python 3 ([722](https://github.com/googleapis/google-api-python-client/pull/722))
- Make http.MediaFileUpload close its file descriptor ([600](https://github.com/googleapis/google-api-python-client/pull/600))
- Never make 'body' required ([718](https://github.com/googleapis/google-api-python-client/pull/718))
Documentation
- Add compatability check badges to README ([691](https://github.com/googleapis/google-api-python-client/pull/691))
- Regenerate docs ([696](https://github.com/googleapis/google-api-python-client/pull/696), [#700](https://github.com/googleapis/google-api-python-client/pull/700))
- Create index file for dynamically generated docs ([702](https://github.com/googleapis/google-api-python-client/pull/702))
- Add docs folder with guides from developers.google.com ([706](https://github.com/googleapis/google-api-python-client/pull/706), [#710](https://github.com/googleapis/google-api-python-client/pull/710))
Internal / Testing Changes
- Fix http.py, lint errors, unit test ([724](https://github.com/googleapis/google-api-python-client/pull/724))
- tox.ini: Look for Python syntax errors and undefined names ([721](https://github.com/googleapis/google-api-python-client/pull/721))