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

Replace all StringIO uses with io.StringIO #444

Merged
merged 1 commit into from
Jan 9, 2019
Merged

Replace all StringIO uses with io.StringIO #444

merged 1 commit into from
Jan 9, 2019

Conversation

jdufresne
Copy link
Contributor

io.StringIO is available on all supported Pythons (2.7 & 3.4+). Can replace unnecessary compatibility shim with a direct import.

https://docs.python.org/3/library/io.html#io.StringIO
https://docs.python.org/2/library/io.html#io.StringIO

io.StringIO is available on all supported Pythons (2.7 & 3.4+). Can
replace unnecessary compatibility shim with a direct import.

https://docs.python.org/3/library/io.html#io.StringIO
https://docs.python.org/2/library/io.html#io.StringIO
@sigmavirus24 sigmavirus24 merged commit 5e3f642 into pypa:master Jan 9, 2019
@jdufresne jdufresne deleted the io branch January 9, 2019 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants