Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!bcyclone01.am1.xlned.com!bcyclone01.am1.xlned.com!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'annotations': 0.09; 'feature,': 0.09; 'pep': 0.09; 'cc:addr :python-list': 0.11; 'jan': 0.12; 'suggest': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'case.': 0.24; 'lets': 0.24; 'cc:2**0': 0.24; 'suggested': 0.26; 'header :In-Reply-To:1': 0.27; 'function': 0.29; 'feature': 0.29; 'am,': 0.29; 'originally': 0.30; 'message-id:@mail.gmail.com': 0.30; 'apparently': 0.31; 'received:google.com': 0.35; 'words,': 0.36; 'more': 0.64; 'nobody': 0.68; '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=xQqAl4h1PqkThm1HnbMNbidRBADIgDoMPE5ui5IN4hw=; b=Qkhx5Htfg0I84wLkRtAcO0j5KEsSHXTKikFKkWidA8zG8L7P2c6vo/dATK/O/XR2jh 1jsvhh8ZMt1vlr7oQNZ/AXGULVTMvzMDRudHq3fXF+v03V9RzHmtFxtCDfjZwUm5apW0 FIUGmjLQhmMSUDO8b8TIGMZsaP8+uBQZy+N2jEo0kBaeNcyFwKqJHDBp8ESR1JonKeou ujJ8jd0AdXoSaBcmJyArwM6bBCO7CmN1LahXPlN+3fS+ng8L9tMHlY2xfLE9D7Jdl2K5 3LcBQkqEu/8KLvCR+EqrSqfNDx8Ne1KePeNlWxN7tCq83JqdqnaK0hLtRKh1z3skn/bS rCiA== MIME-Version: 1.0 X-Received: by 10.107.167.201 with SMTP id q192mr235456ioe.43.1422395594578; Tue, 27 Jan 2015 13:53:14 -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 08:53:14 +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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422395602 news.xs4all.nl 2871 [2001:888:2000:d::a6]:42613 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 4352 X-Received-Body-CRC: 4023646685 Xref: csiph.com comp.lang.python:84679 On Wed, Jan 28, 2015 at 8:35 AM, Mario Figueiredo wrote: > In other words, lets suggest function annotations as a restrictive > feature, instead of a feature that can adapt to more than one use case. PEP 3107 made a feature that can adapt to more than one use case. It's been years now, and the use-cases originally suggested are the only ones actually seen in the wild. Apparently nobody has actually come up with a need for the flexibility. ChrisA