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 zby1234
Recipients zby1234
Date 2021-02-27.10:07:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614420445.03.0.702209147206.issue43338@roundup.psfhosted.org>
In-reply-to
Content
Hello,

Thanks for developing Python! I noticed there is no offical installers for security releases of old python version. This looks a little strange to me. As a python user & developer, it's often to stay with some old version of python, because some package's version constraints, or we need to support old platforms.

The offical installer is the most trusted installaion source, but it's not provided with security releases. Lacking of installers makes installaion extreme difficult (impossible for end users), and there's no (free) way for a individual to create a code signed copy of python. Non-code-signed binarys will lead a lot of problem on recent operating systems.

The choice of providing no offical installer leads a lot of user stay with lastest bug-fix release and not upgrading to latest security releases. Individuals who want to stay with a old version must either use lastest bug-fix release or risk running a non-code-signed python binary. The former lacks recent python security fix, and the latter is vulnerable to binary modifications such as virus infection.

To sum up, if offical installer is provided, it will make life a lot easier for users who want to stay with old python version. It would be appreciated if you could accept my feature request.

Thank you!
History
Date User Action Args
2021-02-27 10:07:25zby1234setrecipients: + zby1234
2021-02-27 10:07:25zby1234setmessageid: <1614420445.03.0.702209147206.issue43338@roundup.psfhosted.org>
2021-02-27 10:07:24zby1234linkissue43338 messages
2021-02-27 10:07:24zby1234create