This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, pitrou, serhiy.storchaka, skrah
Date 2018-04-18.18:38:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524076713.71.0.682650639539.issue33310@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for buffer protocol and memoryview objects contains references to "PIL-style arrays". Since PIL [1] seems dead (it was not ported to Python 3) and superseded by Pillow [2], I think it is worth to update these references. Either rename "PIL-style arrays" to "Pillow-style arrays" or change the wording to more general.

[1] http://www.pythonware.com/products/pil/
[2] http://python-pillow.org/
History
Date User Action Args
2018-04-18 18:38:33serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, skrah, docs@python
2018-04-18 18:38:33serhiy.storchakasetmessageid: <1524076713.71.0.682650639539.issue33310@psf.upfronthosting.co.za>
2018-04-18 18:38:33serhiy.storchakalinkissue33310 messages
2018-04-18 18:38:33serhiy.storchakacreate