Skip to content

FIX: Describe NotImplementedErrors or use AbstractMethodError #9887

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

Closed
wants to merge 1 commit into from

Conversation

hoh
Copy link
Contributor

@hoh hoh commented Apr 13, 2015

This issue fixes #7872 by either describing the reason why a NotImplementedError is raised,
or by throwing an AbstractMethodError in the case of abstract methods (eg: Mixins) that
should be overwritten by the inheriting classes.

This issue is based on discussion of PR #7899 which was never merged.

This issue fixes pandas-dev#7872 by either describing the reason why a NotImplementedError is raised,
or by throwing an AbstractMethodError in the case of abstract methods (eg: Mixins) that
should be overwritten by the inheriting classes.

This issue is based on discussion of PR pandas-dev#7899 which was never merged.
@cpcloud cpcloud added Enhancement Error Reporting Incorrect or improved errors from pandas labels Apr 13, 2015
@cpcloud cpcloud assigned cpcloud and unassigned cpcloud Apr 13, 2015
@cpcloud cpcloud added this to the 0.16.1 milestone Apr 13, 2015
@jreback
Copy link
Contributor

jreback commented Apr 14, 2015

merged via 8fe1cf6

thanks!

@jreback jreback closed this Apr 14, 2015
@hoh hoh deleted the issue_7872_NotImplemented branch April 14, 2015 14:51
@hayd
Copy link
Contributor

hayd commented Apr 14, 2015

+1 great!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Error Reporting Incorrect or improved errors from pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Give all NotImplementedErrors a description
4 participants