On 2/7/17, Mike Miller <python-id...@mgmiller.net> wrote: > Hmm, agreed. BTW, I think the current download page is *way* too > complicated > for new comers. > > There should be a giant button for the latest 3.x/64 (platform sniffed), > and below it a more subtle button for the "LTS" 2.X/32.
I am afraid that "LTS" could confuse some people because python has not standard LTS versions ( PEP-407 is deffered ) I rather propose to add end-of-life info (which is 2020-01-01 for 2.7 and 2021-12-23 for 3.6) See: https://docs.python.org/devguide/#status-of-python-branches (BTW link to this table could be useful to add on download page too) One could probably also want to consider that some packages plan to drop support for python2 before it's EOL (for example see: http://www.python3statement.org/ ) but I think that download page has not to be overcomplicated. _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/