[Python-ideas] Proposal: Use mypy syntax for function annotations

Guido van Rossum guido at python.org
Fri Aug 15 06:41:02 CEST 2014


On Thu, Aug 14, 2014 at 9:18 PM, Gregory P. Smith <greg at krypto.org> wrote:

> (there is a pile of these that we've generated via code analysis for
> builtins and parts of the stdlib in the pytypedecl repo, expect more of
> that to come from anyone working on this kind of thing).
>

This is exciting news! It means that we should be able to convert
pytypedecl stubs to mypy stubs and mypy will get a lot of stdlib stubs for
free. I filed https://github.com/JukkaL/mypy/issues/382 for this. Hopefully
you are releasing Python 3 stubs along these lines too?

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


More information about the Python-ideas mailing list