Mageia Bugzilla – Attachment 8659 Details for
Bug 19739
python-pillow new security issues CVE-2016-9189 and CVE-2016-9190
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Claire's little python-pillow test script ex Bug 13075
piltest.py (text/plain), 134 bytes, created by
Lewis Smith
on 2016-11-13 20:36:39 CET
(
hide
)
Description:
Claire's little python-pillow test script ex Bug 13075
Filename:
MIME Type:
Creator:
Lewis Smith
Created:
2016-11-13 20:36:39 CET
Size:
134 bytes
patch
obsolete
>from __future__ import print_function >from PIL import Image >im = Image.open("test.jpg") >print(im.format, im.size, im.mode) >im.show() >
from __future__ import print_function from PIL import Image im = Image.open("test.jpg") print(im.format, im.size, im.mode) im.show()
View Attachment As Raw
Actions:
View
Attachments on
bug 19739
:
8654
|
8656
| 8659 |
8672