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 steve.dower
Recipients et, jeremy.kloth, jkloth, ncoghlan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-16.17:38:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550338726.57.0.198358815284.issue36010@roundup.psfhosted.org>
In-reply-to
Content
> So is that a no for a regular .zip release here? https://www.python.org/downloads/windows/

Correct, it's a no.

The main reason is because people use it wrong and get into trouble, and we don't want to support that. (More after the docs link below)

> If this is the final decision then I recommend at least mentioning NuGet prominently on here: https://www.python.org/downloads/windows/

Agreed. It's already documented at https://docs.python.org/3/using/windows.html and perhaps that's the better page to feature prominently on the download page?

Basically, the breakdown of packages we want to provide are:
* easy for "light interactive use" (Windows Store)
* full developer kit (regular installer)
* app-local redistributable (embeddable package)
* zero-impact CI install (nuget package)
* "install" from source (PC/layout script)

(Note the last is currently undocumented outside of the script itself, but I'm planning to write something soon.)

Adding more than this to our support burden is not desirable until we have more [highly responsive] volunteers (not even core committers, we're just at a point where technical support staff would be helpful).
History
Date User Action Args
2019-02-16 17:38:46steve.dowersetrecipients: + steve.dower, paul.moore, ncoghlan, tim.golden, jkloth, jeremy.kloth, zach.ware, et
2019-02-16 17:38:46steve.dowersetmessageid: <1550338726.57.0.198358815284.issue36010@roundup.psfhosted.org>
2019-02-16 17:38:46steve.dowerlinkissue36010 messages
2019-02-16 17:38:46steve.dowercreate