Skip to content

Remove third_party/3/enum.py #2563

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

Merged
merged 1 commit into from
Oct 27, 2018
Merged

Conversation

srittau
Copy link
Collaborator

@srittau srittau commented Oct 27, 2018

All Python 3 versions supported by typeshed (3.4+) have enum as part
of the standard library.

Make the third-party Python 2 version consistent with the Python 3 version.

All Python 3 versions supported by typeshed (3.4+) have enum as part
of the standard library.

Make the third-party Python 2 version consistent with the Python 3 version.
@srittau
Copy link
Collaborator Author

srittau commented Oct 27, 2018

The sys.version >= (3, 6) block is also possibly also available in the backport, but I didn't check, since I am not sure which package actually contains the backport.

@JelleZijlstra
Copy link
Member

I think it's https://pypi.org/project/enum34/.

@JelleZijlstra JelleZijlstra merged commit e3a79d0 into python:master Oct 27, 2018
@srittau srittau deleted the merge-enum branch October 27, 2018 15:56
@srittau
Copy link
Collaborator Author

srittau commented Oct 27, 2018

Thanks! enum34 does not include the changes from Python 3.6.

yedpodtrzitko pushed a commit to yedpodtrzitko/typeshed that referenced this pull request Jan 23, 2019
All Python 3 versions supported by typeshed (3.4+) have enum as part
of the standard library.

Make the third-party Python 2 version consistent with the Python 3 version.
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