Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Selik Newsgroups: comp.lang.python Subject: Re: The next major Python version will be Python 8 Date: Fri, 01 Apr 2016 08:30:06 +0000 Lines: 23 Message-ID: References: <56FDBC3B.80202@stoneleaf.us> <56fdf000$0$1607$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de kUR38fdwj+Cp5C6QUH3PEA3AoecKshLPSxaIGKmVSKAw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'subject:version': 0.09; 'python': 0.10; 'thu,': 0.15; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'to:addr:pearwood.info': 0.16; "to:name:steven d'aprano": 0.16; 'wrote:': 0.16; '>': 0.18; 'to:2**1': 0.21; '31,': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; 'chris': 0.26; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'time:': 0.27; 'occurred': 0.29; 'subject:next': 0.29; 'url:wikipedia': 0.29; 'url:wiki': 0.30; 'url:mailman': 0.30; 'everyone': 0.31; 'url:python': 0.33; "d'aprano": 0.33; 'steven': 0.33; 'suddenly': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'url:en': 0.39; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'subject:The': 0.61; 'skip:u 10': 0.61; 'today,': 0.62; 'mar': 0.65; 'believe': 0.66; 'internet': 0.70; 'ideas.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=5Ei5U0Xz9fCQdzj4sXvMpZUQlVzjwPkrFv07izkVtrI=; b=bLOP/Ry2/utdVCeb/IbxwXGWvvZnrhgtasVNtTE2+/x+qg9OIRc7pU+HGzwpbxXGY3 GmNuojZs7id/1j6r0FzEUChTyPe1KDzW9Jecb9dymivooa6iz8eiAj/cwhNHNbQKL3Bx 6sCdd55UrTOYrZZ++EIrjYiDgzmp/03dL3gBQVaFqz1GHWdTi+PcXFdP/6IjwB0qFA4v BBziZjjyH/f3hOoWMui+OqHI8wpXMRJaoMOVObsT9y8C/ZkaooMgAXbJnOASoitKYI8z L3PEBP1cDTuySyh7LAz+nl0ar83AIxdIHpro1CtgOyhs4i60Dro4rhDuhbNtenMX9YOv 243w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=5Ei5U0Xz9fCQdzj4sXvMpZUQlVzjwPkrFv07izkVtrI=; b=MHKuKlf0ZFm18bjUJFVyMI3QqsY1V/Ti51ZjLIR/c/wlJT2MUoTqjPk3SQBVFCRwz0 B15D2BQtdzIvuW0f/LyfnJPpL8BdENcUV/IIr2hzfX2/GMyJUXXnkDtfQg4zyy2Gvh/4 9dLpez52L96dnK56ZHyjBqccOUkLFIoy08jOa66bWNFWeDErA/XRMgCXyXiszHcyI5OC tBCiLQ8cDPuWbWpJjnE5VJ1Js/O58nBEgbH6gsAKzgUhT8Zrej7n1B+7oXFsaDgUoISm jGO1fuMCrNlU/NwRy5x/+QNOVG+QEKh4mv+q49JffEUQV/LUxOHnyW8EaPVTRUBPvo8E 29gg== X-Gm-Message-State: AD7BkJJic9QuKv6vckOY3nzErNT9y0Ncw/adMVyR4cBZH7oT3xq20eP75++5jNnpHSBEl1vIIC1FITezSJhifw== X-Received: by 10.140.224.18 with SMTP id u18mr5563916qhb.10.1459499416203; Fri, 01 Apr 2016 01:30:16 -0700 (PDT) In-Reply-To: <56fdf000$0$1607$c3e8da3$5496439d@news.astraweb.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 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:106211 It suddenly occurred to me that if Microsoft announced it's Ubuntu-in-Windows feature today, no one would believe it. On Thu, Mar 31, 2016 at 11:55 PM Steven D'Aprano wrote: > On Fri, 1 Apr 2016 11:13 am, Chris Angelico wrote: > > > Now's the time to get in with the ideas. My proposal is that Python 8, > > in keeping with its new opinionated style, will require everyone to > > follow a single timezone: Europe/Amsterdam. > > Swatch Internet time: > > https://en.wikipedia.org/wiki/Swatch_Internet_Time > > > -- > Steven > > -- > https://mail.python.org/mailman/listinfo/python-list >