Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95538

Re: Bug!

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 <zachary.ware@gmail.com>
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 <mr89cv$qms$1@dont-email.me>
References <COL129-W7DD7D287BDC5979A3A6B0DD650@phx.gbl> <mailman.2.1440186103.17298.python-list@python.org> <mr89cv$qms$1@dont-email.me>
From Zachary Ware <zachary.ware+pylist@gmail.com>
Date Fri, 21 Aug 2015 18:07:56 -0500
X-Google-Sender-Auth ebwaB0ff4p6ciiC_8KBpebuDWJc
Subject Re: Bug!
To "python-list@python.org" <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 <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>
Newsgroups comp.lang.python
Message-ID <mailman.5.1440198503.17298.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Fri, Aug 21, 2015 at 5:42 PM, hamilton <hamilton@nothere.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-22 05:41 +1000
  Re: Bug! hamilton <hamilton@nothere.com> - 2015-08-21 16:42 -0600
    Re: Bug! Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-08-21 18:07 -0500
    Re: Bug! sohcahtoa82@gmail.com - 2015-08-21 16:53 -0700
      Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-22 11:02 +1000
        Re: Bug! Rustom Mody <rustompmody@gmail.com> - 2015-08-21 21:37 -0700
          Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-22 15:16 +1000
        Re: Bug! hamilton <hamilton@nothere.com> - 2015-08-21 23:26 -0600
      Re: Bug! Tim Golden <mail@timgolden.me.uk> - 2015-08-22 18:08 +0100
      Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-23 09:06 +1000
      Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-23 11:35 +1000
      Re: Bug! Simon Ward <simon@bleah.co.uk> - 2015-08-23 02:22 +0100

csiph-web