Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'guido': 0.05; 'suppose': 0.07; 'deprecated': 0.09; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '2.7': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'porting': 0.16; 'wrote:': 0.18; 'library': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'possibility': 0.29; 'message- id:@mail.gmail.com': 0.30; '4.0': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'another': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'doubt': 0.36; 'transition': 0.36; 'pm,': 0.38; 'more': 0.64; 'six': 0.68; '2015': 0.84; '3.8': 0.84; 'pain': 0.84; '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=nIb3cP0o3mDuAPOq+M9VGchh0C9D2/mm1jl7iD1VTck=; b=WxLMyOA2brVSVPD/bgHQWlTHqwVIDZrxEynMBArat9D75EKC2u5iJN7db4HK5iWZF1 2jWs30SmOeE69K3fJp3Lhn6FwShgdX5xnu6he0+NBZmviYjPF1OXzm0tIXpJFM+2XSCa ILqZEZPjFBNOuxyb6oWwq7JWgux2Kn+k7vIuza/RGRPTHTlJ9bmPSNCGtebSu0t/9WcO tQLICQfU4MkB0DvPKbpLSwRajwwCWYZKtkev9Cyg3NP6SLREuXRT80tlTNxYwPE32RsJ xtAuNN//+yNtWwFg67lbVPwOSXwgQ9ndGpvgbYVMj9iWGEuyzdbS6kKTd9bBvE8OPrAY TBeQ== MIME-Version: 1.0 X-Received: by 10.50.114.35 with SMTP id jd3mr7430797igb.14.1430652658177; Sun, 03 May 2015 04:30:58 -0700 (PDT) In-Reply-To: <554603aa$0$12981$c3e8da3$5496439d@news.astraweb.com> References: <87k2wtvbx1.fsf@Equus.decebal.nl> <_M61x.477467$Ek.357048@fx07.am4> <554582E3.4030700@gmail.com> <554603aa$0$12981$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 3 May 2015 21:30:57 +1000 Subject: Re: l = range(int(1E9)) From: Chris Angelico Cc: "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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430652661 news.xs4all.nl 2863 [2001:888:2000:d::a6]:56312 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89863 On Sun, May 3, 2015 at 9:16 PM, Steven D'Aprano wrote: > On Sun, 3 May 2015 12:16 pm, Mark Lawrence wrote: > >> I doubt that six will ever make the standard library as 2.7 only has >> another five years in official support. By that time I suppose we'll to >> going through the porting pain all over again with the transition from >> Python 3 to Python 4. Alright, alright, only joking > > > Guido has said that Python 4 will just be an incremental update from 3.x. There is still, as I understand it, the possibility that Python 4.0 will ditch some things that will have been deprecated for a long time by 3.9. But yes, it'll be no more upheavalous to go from 3.9 to 4.0 than from 3.8 to 3.9. ChrisA