[issue33310] Update references to PIL-style arrays

2018-04-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue33310] Update references to PIL-style arrays

2018-04-18 Thread Stefan Krah
Stefan Krah added the comment: I think I want to leave it as is. Probably no one is using suboffsets anyway. :-) -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker __

[issue33310] Update references to PIL-style arrays

2018-04-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Indeed, the name of the top-level package is PIL in Pillow. Unless you want to rewrite the wording or add links I think this issue can be closed. -- ___ Python tracker __

[issue33310] Update references to PIL-style arrays

2018-04-18 Thread Stefan Krah
Stefan Krah added the comment: I guess I don't really see much of an issue: The first link for "PIL Python" goes Pillow page and since Pillow is just a fork, the technical term is IMHO "PIL-style". I like to give credit to original authors. -- ___

[issue33310] Update references to PIL-style arrays

2018-04-18 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : 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 "P