Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone04.am1.xlned.com!bcyclone04.am1.xlned.com!newsfeed.xs4all.nl!newsfeed2a.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.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'cpython': 0.05; 'annotations': 0.09; '3.0,': 0.16; 'to:name:python list': 0.16; 'versions': 0.20; 'supported': 0.27; 'message-id:@mail.gmail.com': 0.28; 'pep': 0.29; 'thanks!': 0.34; 'subject:?': 0.34; 'received:google.com': 0.34; 'to:addr:python- list': 0.35; 'there': 0.36; 'heard': 0.36; 'to:addr:python.org': 0.39; 'believe': 0.67; 'checker': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=azYAJ7vtrtxvU0hydz23gRdP9ypNQLcvUnOndmp1Hhc=; b=H2Tcy5OTl+7YH28yIA2XXzFkdmjfDiSHSbbdVO3ISWWzwUxf3xVDO4TWI2HgS7iNK2 T5mOkJlRMY3g4FBYrII/VLcyxQ8nVPw20auHx887ZvoCYOHPJlpqP9fs8vpf1psqtL9g WuntyhqtND41TlRcp+JTQtFhN6rZDaGXMAjjzI1hUnJPQ+qoXiNynjOxpllXiVDG8y/O DohIO+WSy0w12MY/lgrU5LRE+zNnD1Teyq6rAlv26zZDdCmpBG7VAYw1bZ1NHO55wC4d qOdIscdGxN8QqFF55nIlbZmy0SYAZYtJl15Op9kYpS7ndMD0w8P0kJRrlQtdq8U6ZyHV X93g== MIME-Version: 1.0 X-Received: by 10.140.80.170 with SMTP id c39mr5994850qgd.55.1432850306902; Thu, 28 May 2015 14:58:26 -0700 (PDT) Date: Thu, 28 May 2015 14:58:26 -0700 Subject: Pep 484 Type Hint Checker - Python releases supported? From: Dan Stromberg To: Python List Content-Type: text/plain; charset=UTF-8 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432850315 news.xs4all.nl 2964 [2001:888:2000:d::a6]:54822 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 2797 X-Received-Body-CRC: 3123789451 Xref: csiph.com comp.lang.python:91388 I believe I heard that the PEP 484 type checker is to go into CPython 3.5. Since type annotations have been there since 3.0, is it at all likely that CPython versions < 3.5 will also be supported by this checker? Thanks!