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

Ensure all classes explicitly inherit from 'object' #92

Closed
pjbriggs opened this issue Apr 30, 2019 · 1 comment
Closed

Ensure all classes explicitly inherit from 'object' #92

pjbriggs opened this issue Apr 30, 2019 · 1 comment

Comments

@pjbriggs
Copy link
Member

pjbriggs commented Apr 30, 2019

In Python3 all classes inherit from object even if not explicitly declared. To prepare for this all classes in the library should be updated to explicitly subclass object (see e.g. http://python3porting.com/preparing.html#use-new-style-classes).

@pjbriggs
Copy link
Member Author

This is addressed by changes in PR #95.

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

No branches or pull requests

1 participant