Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98077
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Terry Reedy <tjreedy@udel.edu> |
| Newsgroups | comp.lang.python |
| Subject | Re: installer user interface glitch ? |
| Date | Sun, 1 Nov 2015 20:02:30 -0500 |
| Lines | 29 |
| Message-ID | <mailman.45.1446426168.4463.python-list@python.org> (permalink) |
| References | <20151101081401312.7CB171092D5B3FA6@griff-18f062b3e> <mailman.11.1446372398.4463.python-list@python.org> <5cf3c8b2-4095-4e73-98bf-dcc8d776005d@googlegroups.com> <A8BF5D25-7072-44F1-A4D5-680B0DA7EE65@xs4all.nl> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de MJoUnqXCCkq7rUo6SvlhGg9hJgbloDzwoZmn2N+XC+Ig== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'cpython': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; '10:54': 0.16; 'devs': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'subject:user': 0.16; 'toolset': 0.16; 'vista.': 0.16; 'why,': 0.16; 'xp?': 0.16; 'wrote:': 0.16; 'lifecycle': 0.18; 'versions': 0.20; 'windows': 0.20; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'supported': 0.27; 'subject: ?': 0.27; 'initial': 0.28; "i'm": 0.30; 'another': 0.32; 'run': 0.33; 'curious': 0.33; 'maintained': 0.33; 'windows.': 0.33; 'running': 0.34; 'python.org': 0.35; 'nov': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:org': 0.37; 'front': 0.38; "won't": 0.38; 'why': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'decision': 0.61; 'skip:n 10': 0.62; 'ending': 0.63; 'policy': 0.63; 'more': 0.63; 'python-list': 0.66; 'offer': 0.66; 'around,': 0.84; 'received:fios.verizon.net': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | pool-173-59-124-74.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| In-Reply-To | <A8BF5D25-7072-44F1-A4D5-680B0DA7EE65@xs4all.nl> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:98077 |
Show key headers only | View raw
On 11/1/2015 10:54 AM, Michiel Overtoom wrote: > >> On 01 Nov 2015, at 16:43, rurpy--- via Python-list >> <python-list@python.org> wrote: >> >> Why, oh why, do the python.org front page and other pages that >> offer a Windows download not say a word about it not running on >> Windows XP? > > I'm also curious why Python 3.5 won't run on Windows XP. Which > features does it use that require Windows 7 or higher? The initial issue was some system functions that are new in Vista. Then came MS's new-with-Win10 toolset that does not support XP. > Or is the > decision to not support Windows XP based on Microsoft ending the > product support lifecycle for XP? As I explained in another message, it was the other way around, in a sense. As long as MS supported XP, Windows CPython devs either refrained from using new not-in-xp features or maintained old workarounds. The has been more or less the same policy for other versions of Windows. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: installer user interface glitch ? Chris Warrick <kwpolska@gmail.com> - 2015-11-01 11:06 +0100
Re: installer user interface glitch ? rurpy@yahoo.com - 2015-11-01 07:43 -0800
Re: installer user interface glitch ? Chris Angelico <rosuav@gmail.com> - 2015-11-02 02:52 +1100
Re: installer user interface glitch ? rurpy@yahoo.com - 2015-11-01 08:24 -0800
Re: installer user interface glitch ? Chris Angelico <rosuav@gmail.com> - 2015-11-02 03:43 +1100
Re: installer user interface glitch ? rurpy@yahoo.com - 2015-11-01 11:41 -0800
Re: installer user interface glitch ? MRAB <python@mrabarnett.plus.com> - 2015-11-01 20:46 +0000
Re: installer user interface glitch ? Laura Creighton <lac@openend.se> - 2015-11-01 22:48 +0100
Re: installer user interface glitch ? rurpy@yahoo.com - 2015-11-02 07:53 -0800
Re: installer user interface glitch ? boB Stepp <robertvstepp@gmail.com> - 2015-11-01 16:28 -0600
Re: installer user interface glitch ? Chris Angelico <rosuav@gmail.com> - 2015-11-02 09:38 +1100
Re: installer user interface glitch ? Terry Reedy <tjreedy@udel.edu> - 2015-11-01 19:50 -0500
Re: installer user interface glitch ? Steven D'Aprano <steve@pearwood.info> - 2015-11-02 12:32 +1100
Re: installer user interface glitch ? Chris Angelico <rosuav@gmail.com> - 2015-11-02 12:50 +1100
Re: installer user interface glitch ? alister <alister.nospam.ware@ntlworld.com> - 2015-11-03 09:04 +0000
Re: installer user interface glitch ? Michiel Overtoom <motoom@xs4all.nl> - 2015-11-01 16:54 +0100
Re: installer user interface glitch ? Terry Reedy <tjreedy@udel.edu> - 2015-11-01 20:02 -0500
csiph-web