Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'python': 0.11; 'accepts': 0.16; 'declaration': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'to:addr:pearwood.info': 0.16; "to:name:steven d'aprano": 0.16; 'for?': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'thu,': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'function': 0.29; 'am,': 0.29; 'converting': 0.30; 'message-id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'anyone': 0.31; 'compatible': 0.32; 'received:google.com': 0.35; '14,': 0.36; 'so,': 0.37; 'being': 0.38; 'whatever': 0.38; 'little': 0.38; 'does': 0.39; 'here': 0.66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=If1SuKJQEtOIhxPGw3T4uQwOcOa4SgTBTHC5u9AbgXQ=; b=AE65EVu05iCAg2jzFG0jXxEp902k3FW8ZLxro6RAXL7UjhbcUhooOi6KeRI3EZoACn u95TBGoAwKyGG8appGbnua7YiYC3VasqnuXIpuIdYesDG9k7Yf/BWRVVq0Di1tsShUhY eLbx+wTI7Ws9JuUvqcIQ+Pk6t3wGJH3uoe8wUI+ItJwvlOXc77KwegKVc6MliZbxosFw FmB7i0Ereu/7rlV53QVHo5euapB54mAX29roTetmP/6tX5FQedyDU8mgGtfZoMVAR3Tf Cy2HydLWHBVqFAl/EKW/xzWAmlAc8a1PWn6saSZZIeOwsi9h2WILstQIRluN+rjmyyyT rH/Q== MIME-Version: 1.0 X-Received: by 10.50.33.100 with SMTP id q4mr2794867igi.8.1408017138216; Thu, 14 Aug 2014 04:52:18 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <53ec42ca$0$11123$c3e8da3@news.astraweb.com> References: <53ec42ca$0$11123$c3e8da3@news.astraweb.com> Date: Thu, 14 Aug 2014 06:52:18 -0500 X-Google-Sender-Auth: DoOpCB26zbhaV-_AtlXhty-_fRY Subject: Re: Optional static typing From: Skip Montanaro To: "Steven D'Aprano" Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408017140 news.xs4all.nl 2925 [2001:888:2000:d::a6]:47329 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76295 On Thu, Aug 14, 2014 at 12:02 AM, Steven D'Aprano wrote: > Does anyone here use function annotations? If so, what do you use them > for? I've used them a little when converting Python to Cython, though I readily admit that I have no idea if what Cython accepts as a type declaration is compatible with whatever is being considered for 3.5. Skip