Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91391

Re: Pep 484 Type Hint Checker - Python releases supported?

References <CAGGBd_pvXnpj0Hhz83TLEa+5fYriYn2jgMshE3jO8LeWsNmZMw@mail.gmail.com>
From Zachary Ware <zachary.ware+pylist@gmail.com>
Date 2015-05-28 17:06 -0500
Subject Re: Pep 484 Type Hint Checker - Python releases supported?
Newsgroups comp.lang.python
Message-ID <mailman.142.1432850843.5151.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, May 28, 2015 at 4:58 PM, Dan Stromberg <drsalists@gmail.com> wrote:
> 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?

All that's going into 3.5 is the typing.py module, which will also be
distributed on PyPI.  The actual type checking is being left to
third-party tools like MyPy (which was the basis for the typing.py
module).

I'm not sure if there is any plan to ever include an actual type
checker with the base Python distribution.

-- 
Zach

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Pep 484 Type Hint Checker - Python releases supported? Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-05-28 17:06 -0500

csiph-web