Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Python 3 compatibility fix #367

Merged
merged 1 commit into from
Aug 10, 2016
Merged

Python 3 compatibility fix #367

merged 1 commit into from
Aug 10, 2016

Conversation

geigerj
Copy link
Contributor

@geigerj geigerj commented Aug 10, 2016

In Python 3, the json library distinguishes between string and bytes
types. Ensure that we are passing in string to the json loading
function.

This addresses googleapis/google-cloud-python#1944

In Python 3, the json library distinguishes between string and bytes
types. Ensure that we are passing in string to the json loading
function.
geigerj added a commit to geigerj/packman that referenced this pull request Aug 10, 2016
geigerj added a commit to googleapis/packman that referenced this pull request Aug 10, 2016
* Bump Python GAX version

Corresponds to googleapis/gax-python#122

* Also, bump generated package version

Some packages are renamed in
  googleapis/googleapis#76
which is a breaking change.

* Bump Python package version

Due to googleapis/gapic-generator#367
@bjwatson
Copy link
Contributor

LGTM

@geigerj geigerj merged commit 6f2a744 into googleapis:master Aug 10, 2016
@geigerj geigerj deleted the py3 branch November 28, 2016 23:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants