On Thu, Aug 14, 2014 at 9:18 PM, Gregory P. Smith <greg@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)