Steve Dower <steve.do...@python.org> added the comment:
> 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). ---------- nosy: +ncoghlan _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36010> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com