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


Groups > comp.lang.python > #94915

Re: GvR Europython keynote described on lwn.net

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'bits': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; '2.7': 0.13; '2.7?': 0.16; 'hacks': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Europython': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; 'language': 0.19; '2015': 0.20; 'aug': 0.20; 'do.': 0.22; '3.x': 0.22; 'lawrence': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints- To:1': 0.26; 'mostly': 0.27; '2.6': 0.27; 'pieces': 0.27; 'guess': 0.31; 'language.': 0.32; "d'aprano": 0.33; 'steven': 0.33; 'list': 0.34; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'received:org': 0.37; 'johnson': 0.37; 'enough': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'still': 0.40; 'some': 0.40; 'bring': 0.62; 'charset:windows-1252': 0.62; 'course': 0.62; 'our': 0.64; '2.7.': 0.84; 'definitive': 0.84; 'pythonistas,': 0.84; 'rick': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: GvR Europython keynote described on lwn.net
Date Mon, 3 Aug 2015 04:10:10 +0100
References <87r3noltu3.fsf@jester.gateway.sonic.net> <106305a9-3ccd-4de4-a918-c27cec2d0b8c@googlegroups.com> <55bc5cfb$0$1643$c3e8da3$5496439d@news.astraweb.com> <e7947686-339f-447c-8b59-21468cf68a80@googlegroups.com> <55bdcf25$0$1653$c3e8da3$5496439d@news.astraweb.com> <917477df-5cda-4fab-bbb3-eb464bfa452e@googlegroups.com> <55bec37f$0$1646$c3e8da3$5496439d@news.astraweb.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-78-147-187-35.as13285.net
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
In-Reply-To <55bec37f$0$1646$c3e8da3$5496439d@news.astraweb.com>
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.1168.1438571432.3674.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1438571432 news.xs4all.nl 2940 [2001:888:2000:d::a6]:35691
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:94915

Show key headers only | View raw


On 03/08/2015 02:27, Steven D'Aprano wrote:
> On Mon, 3 Aug 2015 08:34 am, Rick Johnson wrote:
>
>> So what? If i had to guess, i would guess that the hacks are
>> mostly to bring py3000 features to 2.7
>
> These would be the features of Python 3 that nobody needs and nobody wants
> because Python 2 is good enough for everyone?
>
> I wouldn't want to guess what the customizations do.
>

Is there actually a definitive list of goodies that were backported from 
3.x to 2.6 or 2.7?  Of course some bits and pieces are still being 
backported to 2.7.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

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


Thread

GvR Europython keynote described on lwn.net Paul Rubin <no.email@nospam.invalid> - 2015-07-30 23:33 -0700
  Re: GvR Europython keynote described on lwn.net Rustom Mody <rustompmody@gmail.com> - 2015-07-31 00:16 -0700
  Re: GvR Europython keynote described on lwn.net Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-31 20:08 -0700
    Re: GvR Europython keynote described on lwn.net Steven D'Aprano <steve@pearwood.info> - 2015-08-01 15:45 +1000
      Re: GvR Europython keynote described on lwn.net Rick Johnson <rantingrickjohnson@gmail.com> - 2015-08-01 11:57 -0700
        Re: GvR Europython keynote described on lwn.net Steven D'Aprano <steve@pearwood.info> - 2015-08-02 18:04 +1000
          Re: GvR Europython keynote described on lwn.net Rick Johnson <rantingrickjohnson@gmail.com> - 2015-08-02 15:34 -0700
            Re: GvR Europython keynote described on lwn.net Chris Angelico <rosuav@gmail.com> - 2015-08-03 09:25 +1000
              Re: GvR Europython keynote described on lwn.net Rick Johnson <rantingrickjohnson@gmail.com> - 2015-08-02 17:14 -0700
            Re: GvR Europython keynote described on lwn.net Steven D'Aprano <steve@pearwood.info> - 2015-08-03 11:27 +1000
              Re: GvR Europython keynote described on lwn.net Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-08-03 04:10 +0100
              Re: GvR Europython keynote described on lwn.net Chris Angelico <rosuav@gmail.com> - 2015-08-03 14:15 +1000

csiph-web