-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Removed deprecated code #1343
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
Removed deprecated code #1343
Conversation
PIL/ImageDraw.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look like it's been warned for deprecation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been marked as deprecated in the docs since 1.1.5. I figured it was a sufficient length of time for even a docs warning to be effective. I'll restore the function and add a deprecation warning.
|
Seems like a reasonable batch of items to be removed. 2 things:
|
fe41c92 to
91bebc1
Compare
91bebc1 to
71c95c8
Compare
|
Okay, I've restored some of the methods, raising an Exception now instead. I've looked through Django 1.8.4, and it only uses PIL/Pillow at a very high level. None of these changes should affect it. |
The skipping originally applied to ImageFileIO (python-pillow#375), and ImageFileIO was later removed (python-pillow#1343) but this line was missed.
Removing different segments of code that have been deprecated long enough.
Currently under discussion in #1087.