Skip to content

Commit

Permalink
Update "What about PIL?" section
Browse files Browse the repository at this point in the history
PyPI moderators gave PIL project to Pillow team in January 2020
  • Loading branch information
aclark4life committed Mar 7, 2024
1 parent ceb0c57 commit c4067b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ What about PIL?
Prior to Pillow 2.0.0, very few image code changes were made. Pillow 2.0.0
added Python 3 support and includes many bug fixes from many contributors.

As more time passes since the last PIL release (1.1.7 in 2009), the likelihood of a new PIL release decreases. However, we've yet to hear an official "PIL is dead" announcement.
.. role:: strike
:class: strike

As more time passes since the last PIL release (1.1.7 in 2009), the likelihood of a new PIL release decreases. :strike:`However, we've yet to hear an official "PIL is dead" announcement.` In January 2020, `the PyPI moderators exhausted the PEP 541 process for contacting the PIL project owner <https://github.com/python-pillow/Pillow/issues/1535#issuecomment-570308446>`_ and the `PIL project on PyPI <https://pypi.org/project/PIL>`_ was transferred to the `Pillow team <https://github.com/python-pillow/Pillow/graphs/contributors>`_.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
# directly to the root of the documentation.
# html_extra_path = []

html_css_files = ["css/dark.css"]
html_css_files = ["css/dark.css", "css/strike.css"]

html_js_files = [
"js/activate_tab.js",
Expand Down
3 changes: 3 additions & 0 deletions docs/resources/css/strike.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.strike {
text-decoration: line-through;
}

0 comments on commit c4067b0

Please sign in to comment.