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


Groups > comp.lang.python > #64697

Re: The potential for a Python 2.8.

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.015
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'explanation': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'agree.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'passes': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; '25,': 0.31; 'case,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:The': 0.64; 'funny': 0.74; 'hey,': 0.75; 'to:none': 0.92
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=cbVTrfASDwlEWhxUGtZ+Adbv4ihtQV6mKkIP0fH7ss4=; b=lJzKYHTm+++wPxux6gnhLySz+dWc/NDigsxoLZeZVrTOi9wxr1lLW1a6P9Pv9e8i72 SoxZzDyvYLQMlwUsFwd0heXzJ51vbFyTpe3y61F/3LxlzpOeZKjR/PT0pd+7qekT1Url 0ZRBUKP57TeGHTJZcQFZzFpfaebYNIj2oQZkY3/dZxf5dwCMans6yR923G/bff3/yhBX KUPdaQS7zdVN8ZrgiXCPDilJMv4Lqc7KWA35u74qsUaCqyQ+IJnFPdPv4zWI7NZfwFG/ 6wlJaw6XJSxkAYhTP5SGe75ZBkgEBEU0C8R+/7ozGJC3HPGJ/LVDnjOoALvqmN1t8mSo LmDQ==
MIME-Version 1.0
X-Received by 10.68.98.3 with SMTP id ee3mr15769486pbb.31.1390584641747; Fri, 24 Jan 2014 09:30:41 -0800 (PST)
In-Reply-To <lbu771$9ue$1@ger.gmane.org>
References <lbs380$eis$1@ger.gmane.org> <lbsctm$qvi$1@ger.gmane.org> <CAPTjJmqufJKG68_8x8kSBXM9oDhv_fUg_LfyB9iS0HZ_9yQFmg@mail.gmail.com> <mailman.5926.1390529147.18130.python-list@python.org> <roy-668EEC.21224223012014@news.panix.com> <mailman.5927.1390530488.18130.python-list@python.org> <roy-580E46.21344323012014@news.panix.com> <lbu1an$3rb$1@reader1.panix.com> <CAPTjJmrxb23Ezyg895Ott45mAfJ453b05yv19QgayBV0S+Dc0g@mail.gmail.com> <lbu771$9ue$1@ger.gmane.org>
Date Sat, 25 Jan 2014 04:30:41 +1100
Subject Re: The potential for a Python 2.8.
From Chris Angelico <rosuav@gmail.com>
Cc "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.15
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.5951.1390584646.18130.python-list@python.org> (permalink)
Lines 6
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1390584646 news.xs4all.nl 2916 [2001:888:2000:d::a6]:41449
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:64697

Show key headers only | View raw


On Sat, Jan 25, 2014 at 4:17 AM, Terry Reedy <tjreedy@udel.edu> wrote:
> In this case, the explanation is as funny as the joke.

I have to agree. But hey, it passes the time...

ChrisA

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


Thread

Re: The potential for a Python 2.8. MRAB <python@mrabarnett.plus.com> - 2014-01-24 02:05 +0000
  Re: The potential for a Python 2.8. Roy Smith <roy@panix.com> - 2014-01-23 21:22 -0500
    Re: The potential for a Python 2.8. Chris Angelico <rosuav@gmail.com> - 2014-01-24 13:28 +1100
      Re: The potential for a Python 2.8. Roy Smith <roy@panix.com> - 2014-01-23 21:34 -0500
        Re: The potential for a Python 2.8. Chris Angelico <rosuav@gmail.com> - 2014-01-24 13:39 +1100
        Re: The potential for a Python 2.8. Grant Edwards <invalid@invalid.invalid> - 2014-01-24 15:36 +0000
          Re: The potential for a Python 2.8. Chris Angelico <rosuav@gmail.com> - 2014-01-25 02:57 +1100
          Re: The potential for a Python 2.8. Terry Reedy <tjreedy@udel.edu> - 2014-01-24 12:17 -0500
          Re: The potential for a Python 2.8. Chris Angelico <rosuav@gmail.com> - 2014-01-25 04:30 +1100
          Re: The potential for a Python 2.8. Roy Smith <roy@panix.com> - 2014-01-24 19:56 -0500
            Re: The potential for a Python 2.8. Tim Chase <python.list@tim.thechases.com> - 2014-01-24 19:07 -0600
            Re: The potential for a Python 2.8. Grant Edwards <invalid@invalid.invalid> - 2014-01-25 02:24 +0000

csiph-web