Type checking tools for Python 2?

Skip Montanaro skip.montanaro at gmail.com
Tue Apr 21 15:33:55 EDT 2015


On Tue, Apr 21, 2015 at 2:26 PM, Terry Reedy <tjreedy at udel.edu> wrote:
> Sorry if I jumped the gun on mypy.

Not a problem. I went ahead and installed Python 3.5a4 and mypy. It
seems to run, but it isn't terribly happy with my Python 2 code. Not
so much the actual syntax as things like the builtin cmp() function
and the cPickle module being missing.

Skip



More information about the Python-list mailing list