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

Commits on May 5, 2018

  1. Get rid of closings required only for Py2.6 compatibility

    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
    mpenkov committed May 5, 2018
    Configuration menu
    Copy the full SHA
    fb4af18 View commit details
    Browse the repository at this point in the history