Path: csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '21,': 0.07; 'apis': 0.07; 'friday,': 0.07; 'cc:addr:python-list': 0.09; '22,': 0.09; 'ignoring': 0.09; 'sake': 0.09; 'developers,': 0.10; 'python': 0.10; 'dropping': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'twisting': 0.16; 'vista.': 0.16; 'wrote:': 0.16; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; "aren't": 0.22; 'features,': 0.22; 'am,': 0.23; "python's": 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'chris': 0.26; 'message- id:@mail.gmail.com': 0.27; "people's": 0.29; 'computing': 0.32; 'older': 0.32; 'maintaining': 0.34; 'running': 0.34; 'received:google.com': 0.35; 'world,': 0.35; "isn't": 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'possible.': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'say': 0.37; 'version': 0.38; 'anything': 0.38; 'means': 0.39; 'why': 0.39; 'does': 0.39; 'relationship': 0.61; 'is.': 0.63; 'due': 0.65; 'concerns': 0.66; 'business': 0.69; 'august': 0.75; 'chrisa': 0.84; 'utc-7,': 0.84; 'to:none': 0.91; 'old.': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=beLHMFafRs08mFIWfEsfIlS/sV14EsJj2muADE07iO4=; b=A9OW2WiXkQ1E9ygtaKiZonWMdAkgdd2J4+Sm9oDaEeLBWPXTeVo2CaIvMf/LSwQFE+ iPUB3jgqgCApJ3tWceY0XrpFVJpqDnil303oqPop9fjWQnz+tyJEWXo3rkSyEaXYuaYp eRcS/+ha/TU03JwHjd4pnvXJNfjmZZhmHcQFSVHk6GTCqKHPakPt31eNL0du3byuiMfQ 6lFbuNrCpJNMusjYMHzO+xZAN2M+hnfZV65QneAGgUXyU6HyNVR8EuP+potMcyXo4KIj e5+hJlA9gYR3b22DRZ6wBEhzAbVfyyFktp6CDzeagb4WUYRZfEpMTypUmni3Az5o6p/e dygQ== MIME-Version: 1.0 X-Received: by 10.50.114.100 with SMTP id jf4mr5951413igb.94.1440205352344; Fri, 21 Aug 2015 18:02:32 -0700 (PDT) In-Reply-To: <2a6a9035-33bb-42a0-a034-027fbb873872@googlegroups.com> References: <2a6a9035-33bb-42a0-a034-027fbb873872@googlegroups.com> Date: Sat, 22 Aug 2015 11:02:32 +1000 Subject: Re: Bug! From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440205361 news.xs4all.nl 23739 [2001:888:2000:d::a6]:44404 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 4525 X-Received-Body-CRC: 747677328 Xref: csiph.com comp.lang.python:95541 On Sat, Aug 22, 2015 at 9:53 AM, wrote: > On Friday, August 21, 2015 at 3:42:36 PM UTC-7, hamilton wrote: >> On 8/21/2015 1:41 PM, Chris Angelico wrote: >> > Python 3.5 does not support Windows XP. >> >> Is there a simple explanation for this ? >> >> Or is it just is. > > I have no relationship with the Python developers, but I would say that running such an old operating system is simply irresponsible due to security issues and should be discouraged in any way possible. > > Windows XP is 14 years old. In the computing world, that's *ancient*. It's time to upgrade and join the modern world. The security concerns of XP aren't Python's problem, and Python isn't in the business of twisting people's arms to make them upgrade just for the sake of upgrading. However, every new version of Windows introduces new APIs and features, so maintaining support for an older version means ignoring all features added since then; conversely, dropping support for XP means taking advantage of anything that was added in Vista. That's why the change in support. ChrisA