-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Comparison between Image instance and other types fails #774
Comments
Got a pull request? Thanks |
Hmm. Apologies for the apparent mess. I'm clearly not as familiar with pull requests as I ought to be. |
@radarhere The PR looks fine. Here's a test: radarhere#1 |
hugovk
added a commit
to hugovk/Pillow
that referenced
this issue
Jul 5, 2014
radarhere
added a commit
to radarhere/Pillow
that referenced
this issue
Jul 5, 2014
Test case for python-pillow#774
Thanks. |
Closed with #775 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The __eq__ function in Image.py makes no allowances that the comparison object might not be another Image instance.
So
gives
The text was updated successfully, but these errors were encountered: