-
Notifications
You must be signed in to change notification settings - Fork 18
Labels
code improvementA feature request that will improve the software and its maintainability, but be invisible to users.A feature request that will improve the software and its maintainability, but be invisible to users.low priority
Description
Is your feature request related to a problem? Please describe.
errors.py contains both warnings and errors. It should be given the more general name exceptions.py
Describe the solution you'd like
- Rename the file as-is
- Add a new errors.py that just imports everything from exceptions.py, possibly with a deprecation warning
Describe alternatives you've considered
Split into errors.py and warnings.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code improvementA feature request that will improve the software and its maintainability, but be invisible to users.A feature request that will improve the software and its maintainability, but be invisible to users.low priority