Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'guido': 0.05; 'suppose': 0.07; 'deprecated': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:unicode': 0.09; 'python': 0.11; '2.7': 0.14; 'language.': 0.14; 'porting': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'wrote:': 0.18; 'library': 0.18; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'possibility': 0.29; '4.0': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'another': 0.32; 'url:python': 0.33; 'but': 0.35; 'there': 0.35; 'doubt': 0.36; 'transition': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:3': 0.61; 'our': 0.64; 'more': 0.64; 'charset:windows-1252': 0.65; 'six': 0.68; '2015': 0.84; '3.8': 0.84; 'pain': 0.84; 'received:as9105.com': 0.84; 'received:dsl.as9105.com': 0.84; 'received:dynamic.dsl.as9105.com': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: l = range(int(1E9)) Date: Sun, 03 May 2015 19:36:25 +0100 References: <87k2wtvbx1.fsf@Equus.decebal.nl> <_M61x.477467$Ek.357048@fx07.am4> <554582E3.4030700@gmail.com> <554603aa$0$12981$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: 80-42-224-190.dynamic.dsl.as9105.com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430678199 news.xs4all.nl 2854 [2001:888:2000:d::a6]:54500 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89889 On 03/05/2015 12:30, Chris Angelico wrote: > 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 > https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_GET_SIZE -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence