Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!ecngs!feeder2.ecngs.de!novso.com!newsfeed.xs4all.nl!newsfeed1a.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; '22,': 0.09; 'any)': 0.09; 'yeah,': 0.09; 'def': 0.12; 'jan': 0.12; '3:27': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'any,': 0.19; 'basically': 0.19; 'thu,': 0.19; 'seems': 0.21; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; 'but': 0.35; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'subject:! ': 0.74; '2015': 0.84; 'noise': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=hwrVOV2WypHfUftg1tWCC4P3o+pwMWpMtNi7UKPpaog=; b=Nsb42z+fCfHLtLg+TWxLwgE8QzVF3+ONqjsiqiGFofikr9nBIs+efdzpxHLYVkuItz bXSpvV6e3vDHKgwQh/OTfPFj1NWYO9DND31Tkd5WRYeMHopNX0gTQlOSGAU77Qz2FMTB ZNRMKlRzGUu3Z8Pd6OvNtmtuL671erxtoqPD4xccYsPwrXBBWw2h8feQQtV+RfIRdJln ue2EY6hLudUENAljPVgU3wDm41d1OzvOnPfahLxVlnjKAridpJTKub8vm3pXDUfTKQKJ QqUJIj/jAIJuRaQD1LpD8gd01iRJonY7xpcj2gY/S/g2EhmupQ3K/8OmUci05qNpQzml zZhw== X-Received: by 10.68.222.130 with SMTP id qm2mr6294072pbc.44.1421966897210; Thu, 22 Jan 2015 14:48:17 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <54c07d04$0$13012$c3e8da3$5496439d@news.astraweb.com> From: Ian Kelly Date: Thu, 22 Jan 2015 15:47:35 -0700 Subject: Re: Python is DOOMED! Again! To: Python 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421966906 news.xs4all.nl 2943 [2001:888:2000:d::a6]:52817 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84286 On Thu, Jan 22, 2015 at 3:27 PM, Chris Kaynor wrote: > Or use Any, which is basically the same thing: > > def adder(a: Any, b: Any) -> Any: > return a + b Yeah, but this just seems like extra noise since it's not going to help the type checker at all.