Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: installer user interface glitch ? Date: Sun, 1 Nov 2015 20:02:30 -0500 Lines: 29 Message-ID: References: <20151101081401312.7CB171092D5B3FA6@griff-18f062b3e> <5cf3c8b2-4095-4e73-98bf-dcc8d776005d@googlegroups.com> 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: 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: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98077 On 11/1/2015 10:54 AM, Michiel Overtoom wrote: > >> On 01 Nov 2015, at 16:43, rurpy--- via Python-list >> 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