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 大野隆弘
Recipients alanmcintyre, christian.heimes, serhiy.storchaka, twouters, 大野隆弘
Date 2018-09-08.15:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAKyqbBrBSTSa7ZyeoG4oHxz8JBRZYqOaSiJQvA+R09W-F8HC0g@mail.gmail.com>
In-reply-to <1536356057.33.0.902498594338.issue34546@psf.upfronthosting.co.za>
Content
My original reason of this is supporting Windows Explore decryption.
That doesn't support AES but support only this traditional PKWARE
encryption.
In my work, some recipients who received the zip file cannot install 3rd
party tools on their Windows
https://blogs.msdn.microsoft.com/oldnewthing/20180515-00/?p=98755

But as Christian explained for me in below thread, I understand we should
use 3rd party module for this purpose
https://mail.python.org/pipermail/python-dev/2018-September/155091.html

Thanks and Regards,
-----------
Takahiro Ono

2018年9月8日(土) 6:34 Serhiy Storchaka <report@bugs.python.org>:

>
> Change by Serhiy Storchaka <storchaka+cpython@gmail.com>:
>
>
> ----------
> resolution:  -> rejected
> stage: patch review -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue34546>
> _______________________________________
>
History
Date User Action Args
2018-09-08 15:55:00大野隆弘setrecipients: + 大野隆弘, twouters, alanmcintyre, christian.heimes, serhiy.storchaka
2018-09-08 15:55:00大野隆弘linkissue34546 messages
2018-09-08 15:55:00大野隆弘create