Skip to content
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

Remove use of six.BytesIO #28818

Merged
merged 1 commit into from May 4, 2021
Merged

Remove use of six.BytesIO #28818

merged 1 commit into from May 4, 2021

Conversation

foolip
Copy link
Member

@foolip foolip commented May 4, 2021

In Python 3, it's an alias for io.BytesIO:
https://six.readthedocs.io/#six.BytesIO

Part of #28776.

In Python 3, it's an alias for io.BytesIO:
https://six.readthedocs.io/#six.BytesIO

Part of #28776.
@foolip foolip merged commit 09afac0 into master May 4, 2021
@foolip foolip deleted the foolip/six_BytesIO branch May 4, 2021 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants