[Python-ideas] PEP 484 (Type Hints) -- first draft round

Guido van Rossum guido at python.org
Fri Jan 23 00:07:04 CET 2015


On Thu, Jan 22, 2015 at 1:34 PM, Andrew Barnert <
abarnert at yahoo.com.dmarc.invalid> wrote:

> On Jan 22, 2015, at 12:05, Guido van Rossum <guido at python.org> wrote:
>
> > But this is an area where we may be able to cater to different
> preferences by passing the type checker different flags or configurations.
> So I don't want to make a big thing out of this, and if people think it's
> useful, this can well be an option.
>
> I agree with everything else you said, but I'm not sure I understand this
> paragraph. The PEP isn't specifying anything about type checkers except how
> they interpret type annotations. So isn't such a flag just a quality of
> implementation issue on (hopefully-competing) checkers and IDEs and other
> tools?
>
> Are you just suggesting that such a flag can be added to MyPy (which will
> likely encourage other checkers to do the same unless nobody finds it
> useful)? Or are you planning to expand the spec with suggestions for
> configuration that type checking tools should consider offering?


I guess it should just be a mypy flag. But I think the PEP should have a
few reassuring words for users like Ed who worry about this. See:
https://github.com/ambv/typehinting/issues/53

-- 
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150122/21f7bce4/attachment.html>


More information about the Python-ideas mailing list