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 dimpase
Recipients dimpase, ned.deily, ronaldoussoren
Date 2019-03-19.07:53:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552982011.49.0.0181038084046.issue36344@roundup.psfhosted.org>
In-reply-to
Content
The script install_certificates.command depends upon pip, it calls pip to install certifi. Thus it's no less "optional" than pip.

And pip is only functional, and it able to do the installation in question,  due to it including the certificate in question.

The role of this script is fishy from security point of view, too. 
Why not simply putting the certificate right where it belongs to, i.e. not just simplify install_certificates.command, but simply get rid of it?
History
Date User Action Args
2019-03-19 07:53:31dimpasesetrecipients: + dimpase, ronaldoussoren, ned.deily
2019-03-19 07:53:31dimpasesetmessageid: <1552982011.49.0.0181038084046.issue36344@roundup.psfhosted.org>
2019-03-19 07:53:31dimpaselinkissue36344 messages
2019-03-19 07:53:31dimpasecreate