Skip to content

Commit

Permalink
Merge pull request python-pillow#4322 from radarhere/python27
Browse files Browse the repository at this point in the history
Python 2.7 end of support documentation in changelog and deprecations
  • Loading branch information
hugovk authored Dec 31, 2019
2 parents 5223ba2 + 6996bf8 commit fd4bd90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog (Pillow)
7.0.0 (unreleased)
------------------

- Drop support for EOL Python 2.7 #4109
[hugovk, radarhere, jdufresne]

- Exif writing fixes: Rational boundaries and signed/unsigned types #3980
[kkopachev, radarhere]

Expand Down Expand Up @@ -47,9 +50,6 @@ Changelog (Pillow)
- Fix Unicode support for PyPy #4145
[nulano]

- Drop support for EOL Python 2.7 #4109
[hugovk, radarhere, jdufresne]

- Added UnidentifiedImageError #4182
[radarhere, hugovk]

Expand Down
18 changes: 8 additions & 10 deletions docs/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ Deprecated features
Below are features which are considered deprecated. Where appropriate,
a ``DeprecationWarning`` is issued.

Python 2.7
~~~~~~~~~~

.. deprecated:: 6.0.0

Python 2.7 reaches end-of-life on 2020-01-01.

Pillow 7.0.0 will be released on 2020-01-01 and will drop support for Python 2.7, making
Pillow 6.x the last series to support Python 2.

ImageCms.CmsProfile attributes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -48,6 +38,14 @@ Removed features
Deprecated features are only removed in major releases after an appropriate
period of deprecation has passed.

Python 2.7
~~~~~~~~~~

*Removed in version 7.0.0.*

Python 2.7 reached end-of-life on 2020-01-01. Pillow 6.x was the last series to
support Python 2.

Image.__del__
~~~~~~~~~~~~~

Expand Down

0 comments on commit fd4bd90

Please sign in to comment.