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.ParserError does not inherit from Error #1883

Closed
pradyunsg opened this issue Feb 15, 2018 · 1 comment
Closed

configparser.ParserError does not inherit from Error #1883

pradyunsg opened this issue Feb 15, 2018 · 1 comment

Comments

@pradyunsg
Copy link
Member

class ParsingError:

I think this line should instead be class ParsingError(Error):. If that is the case, I'm happy to send a PR.

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

No branches or pull requests

2 participants