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

configparser is part of the interpreter in Python 3 #983

Closed
spackard opened this issue Sep 30, 2020 · 0 comments · Fixed by #1046
Closed

configparser is part of the interpreter in Python 3 #983

spackard opened this issue Sep 30, 2020 · 0 comments · Fixed by #1046

Comments

@spackard
Copy link

This project specifies that configparser is required in setup.py:

'configparser',

According to the Python 3 documentation (https://docs.python.org/3/library/configparser.html) and the configparser documentation (https://github.com/jaraco/configparser/blob/master/README.rst), configparser is part of the interpreter in Python 3, unless it is imported as from backports import configparser, which this project does not do. This requirement needs a Python interpreter specification on it, or it can simply be removed since Python 2 support has been removed in #973.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants