Skip to content

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

Closed
nakulj wants to merge 1 commit intogoogle:masterfrom
nakulj:patch-2
Closed

Fix py3 issues with g-j-f-diff#682
nakulj wants to merge 1 commit intogoogle:masterfrom
nakulj:patch-2

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