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

Fix #2919: Drop py26 support #2933

Merged
merged 1 commit into from
Sep 15, 2016

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented Sep 1, 2016

No description provided.

@tk0miya tk0miya added this to the 1.5 milestone Sep 1, 2016
import elementtree.ElementTree as etree
except ImportError:
import cElementTree as etree
import lxml.etree as etree

try:
import gzip
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this fallback for gzip needed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://docs.python.org/release/2.4/lib/someos.html

It seems optional package until Python 2.4. It became common standard library from 2.5. Importing gzip should be success now.

@tk0miya tk0miya merged commit 803844f into sphinx-doc:master Sep 15, 2016
@tk0miya tk0miya deleted the 2919_drop_py26_support branch October 19, 2016 10:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants