Skip to content

Fix py3 issues with g-j-f-diff #682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Fix py3 issues with g-j-f-diff #682

wants to merge 1 commit into from

Conversation

nakulj
Copy link
Contributor

@nakulj nakulj commented Nov 2, 2021

  • StringIO expectes Text, not bytes.
  • string.join(a,b) is replaced with b.join(a)

- `StringIO` expectes `Text`, not `bytes`.
- `string.join(a,b)` is replaced with `b.join(a)`
@google-cla google-cla bot added the cla: yes label Nov 2, 2021
@nakulj nakulj deleted the patch-2 branch November 15, 2021 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants