Skip to content

v1.7.10

Compare
Choose a tag to compare
@busunkim96 busunkim96 released this 24 Jul 22:16
c2936e1

Bugfix release

Implementation Changes

  • Decode service to utf-8 (#723)
  • Use print() function in both Python2 and Python 3 (#722)
  • Make http.MediaFileUpload close its file descriptor (#600)
  • Never make 'body' required (#718)

Documentation

  • Add compatability check badges to README (#691)
  • Regenerate docs (#696, #700)
  • Create index file for dynamically generated docs (#702)
  • Add docs folder with guides from developers.google.com (#706, #710)

Internal / Testing Changes

  • Fix http.py, lint errors, unit test (#724)
  • tox.ini: Look for Python syntax errors and undefined names (#721)