[New-bugs-announce] [issue33310] Update references to PIL-style arrays

Serhiy Storchaka report at bugs.python.org
Wed Apr 18 14:38:33 EDT 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

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/

----------
assignee: docs at python
components: Documentation
messages: 315458
nosy: docs at python, pitrou, serhiy.storchaka, skrah
priority: normal
severity: normal
status: open
title: Update references to PIL-style arrays
type: enhancement
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33310>
_______________________________________


More information about the New-bugs-announce mailing list