Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'definitions': 0.07; 'pep': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; '4:59': 0.16; 'before.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'interpreter,': 0.16; 'optional': 0.16; 'url:peps': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'headers': 0.24; 'url:dev': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'feature': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'says': 0.33; 'url:python': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'requirements': 0.37; 'needed': 0.38; 'users': 0.40; 'ago.': 0.61; 'become': 0.64; 'fact,': 0.69; 'subject:! ': 0.74; '2015': 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=r830GtNWhJUMu1L96MVdeanWJNXBkTPt7dww3qlYslk=; b=tfT9R/iF+5hBVFOTFZY0BQMHmffve4pj6U2dKvOuABZLGBtafKwIDKJkzso6Ac4G3F ppb7otGGOlvcjw067EKJUwrlbkRcKro2RcYVBV4OVhYN7TNVcuqnEMuLTSB1bzlNSkaD BCEuEmhCrYjXHnjQjXrpPgqXDWciiyHIvkyWezGexh4dB6e7yTG9EISdfnkwMJxrWvTe xcgeeg/cGXz9/HB8lVSy9h6uLmQc8TUWGpJ0QqY/ss8E0G7VX/JwMND99W19yYDdUHqU gM9dlxb/xZ+V6nrHnCykJieGWg9Z+aVEk6hsNgAv3g30TpKYSWg+kjbsq1FPDtkcD6s2 LlwA== MIME-Version: 1.0 X-Received: by 10.42.52.200 with SMTP id k8mr4442192icg.26.1422391228963; Tue, 27 Jan 2015 12:40:28 -0800 (PST) In-Reply-To: References: <54c07d04$0$13012$c3e8da3$5496439d@news.astraweb.com> <1939680766443642112.878725sturla.molden-gmail.com@news.gmane.org> <6eb91c4b-92ff-44a8-b5a9-6ef04c71f4cb@googlegroups.com> <35a40ec6-3763-448b-9ea4-4a233a04979b@googlegroups.com> <54c1ccc8$0$13005$c3e8da3$5496439d@news.astraweb.com> <54c6d7c2$0$12992$c3e8da3$5496439d@news.astraweb.com> Date: Wed, 28 Jan 2015 07:40:28 +1100 Subject: Re: Python is DOOMED! Again! 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.15 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422391238 news.xs4all.nl 2864 [2001:888:2000:d::a6]:57137 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84667 On Wed, Jan 28, 2015 at 4:59 AM, Mario Figueiredo wrote: > An optional feature says nothing of its requirements. The requirements > for PEP 484 are heavy. Not only will they force an update to the > interpreter, but will also force many users to reformate their function > headers in order for them to become bareable to the eye. In fact, no > longer will you look at function definitions like you did before. What updates are needed to the interpreter? https://www.python.org/dev/peps/pep-3107/ Already happened, long ago. ChrisA