Path: csiph.com!news.swapon.de!news.roellig-ltd.de!open-news-network.org!border2.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; '21,': 0.07; 'python': 0.10; 'python.': 0.11; '2.7': 0.13; 'vista': 0.13; 'unsupported': 0.16; 'wrote:': 0.16; 'sender:addr:gmail.com': 0.18; 'versions': 0.20; 'windows': 0.20; '2015': 0.20; 'aug': 0.20; 'to:name:python- list@python.org': 0.20; '2000,': 0.22; 'dropped': 0.22; 'header :In-Reply-To:1': 0.24; 'chris': 0.26; 'supported': 0.27; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'initial': 0.28; 'occurred': 0.29; 'pep': 0.29; 'windows,': 0.29; '(for': 0.34; 'server': 0.34; 'received:google.com': 0.35; 'there': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'version': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'is.': 0.63; '11.': 0.70; '3.4': 0.84; 'drops': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=OZcgZ4Pu4c/OcO5Q3TYYf2xjzXqig7YOXKvlajlCqfg=; b=Ok2DFoEFssThx8sdLE64rAoZ+r87ADN6Es+3d1UsGI4+IczTkPIBHh3ZQvtELoDkMb xBMOB0QywCaSYgMNiq0Ytcnho3eBmGJVRgd1rxV+JNAgMuHigaum/QH/sOKGmXImbpSM EazShMVx4U5qvUg0GVcO3tAiT0BIE23sKNXvEs+1DZNyg9i7xNuTa1Xhelsunhc1/tdy fxBK7XmPgnO94TXeCwchoWpgu8KqSMyhnrnUGr8StS06CX34n8L4x8qfK7oJbHMRi+W/ QEuyF4pdhaVtYy9Sr539Bvd1mU7qvSdLW9wZaX4kA71N4XLk3usyNLYWIPrX+ab+Yhlo /vjQ== X-Received: by 10.50.67.179 with SMTP id o19mr4671798igt.63.1440198495666; Fri, 21 Aug 2015 16:08:15 -0700 (PDT) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: References: From: Zachary Ware Date: Fri, 21 Aug 2015 18:07:56 -0500 X-Google-Sender-Auth: ebwaB0ff4p6ciiC_8KBpebuDWJc Subject: Re: Bug! To: "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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440198503 news.xs4all.nl 23820 [2001:888:2000:d::a6]:53683 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95538 On Fri, Aug 21, 2015 at 5:42 PM, 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. We don't see the need to be burdened by supporting versions of Windows that are no longer supported by Microsoft in new versions of Python. Versions of Python whose initial release occurred during the support period of a particular version of Windows will always support that version of Windows, though (for example, Python 3.4 will always support XP, Python 2.7 will always support XP and even Windows 2000). Python 3.3 dropped support for Windows 2000, Python 3.5 drops support for XP and Server 2003, and Windows Vista will be unsupported by Python 3.7. See also PEP 11. -- Zach