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 methane
Recipients methane, serhiy.storchaka, tfs, vstinner
Date 2018-06-30.18:22:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530382942.68.0.56676864532.issue30660@psf.upfronthosting.co.za>
In-reply-to
Content
03:19 $ find . -name '*.png' | xargs optipng -o7
03:20 $ ll **/*.png
-rw-r--r--  1 inada-n  staff   2888  7  1 03:20 faq/python-video-icon.png
-rw-r--r--  1 inada-n  staff  22058  7  1 03:20 howto/logging_flow.png
-rw-r--r--  1 inada-n  staff  11146  7  1 03:20 library/hashlib-blake2-tree.png
-rw-r--r--  1 inada-n  staff   6456  7  1 03:20 library/pathlib-inheritance.png
-rw-r--r--  1 inada-n  staff  36812  7  1 03:20 library/tulip_coro.png
-rw-r--r--  1 inada-n  staff  33808  7  1 03:20 library/turtle-star.png
-rw-r--r--  1 inada-n  staff  42117  7  1 03:20 using/win_installer.png

While this output is bigger than PR-2141, I think it's good enough.
History
Date User Action Args
2018-06-30 18:22:22methanesetrecipients: + methane, vstinner, serhiy.storchaka, tfs
2018-06-30 18:22:22methanesetmessageid: <1530382942.68.0.56676864532.issue30660@psf.upfronthosting.co.za>
2018-06-30 18:22:22methanelinkissue30660 messages
2018-06-30 18:22:22methanecreate