|
|
|
Created:
13 years ago by Jason Glasgow Modified:
13 years ago Reviewers:
jcgregorio_google CC:
google-api-python-client_googlegroups.com, richard1 Visibility:
Public. |
Patch Set 1 #Patch Set 2 : Fix 80 column long lines. #
Total messages: 2
|
Jason Glasgow
This CL contains several changes that I made to the Google client API python libraries ...
|
13 years ago (2012年12月27日 21:24:32 UTC) #1 | |||||||||||||||||||||||||||||||||||||||||||
This CL contains several changes that I made to the Google client API python libraries which allow the 2to3 tool to create working python 3K code. I have only been able to test with python 2.7.2 and 3.2 on a Macintosh, so I'm not sure if these changes work for earlier versions of python. These changes are associated with issue 57. http://code.google.com/p/google-api-python-client/issues/detail?id=57
This looks good, but please change all the encodes and decodes to 'utf-8' instead of using the default.