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

Drop py2.6 compatibility. Fix #156 #192

Merged
merged 1 commit into from May 5, 2018
Merged

Drop py2.6 compatibility. Fix #156 #192

merged 1 commit into from May 5, 2018

Conversation

mpenkov
Copy link
Collaborator

@mpenkov mpenkov commented May 5, 2018

We no longer support Py2.6, and GzipFile/BZ2File have been context
managers since Py2.7, so these closing are no longer necessary.

This addresses Issue #156

We no longer support Py2.6, and GzipFile/BZ2File have been context
managers since Py2.7, so these closing are no longer necessary.

This addresses Issue #156
@menshikh-iv menshikh-iv changed the title Get rid of closings required only for Py2.6 compatibility Get rid of closings required only for Py2.6 compatibility. Fix #156 May 5, 2018
@menshikh-iv menshikh-iv changed the title Get rid of closings required only for Py2.6 compatibility. Fix #156 Drop py2.6 compatibility. Fix #156 May 5, 2018
@menshikh-iv menshikh-iv merged commit ea8e10d into master May 5, 2018
@menshikh-iv menshikh-iv deleted the 156 branch May 5, 2018 09:53
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.

None yet

2 participants