- Python 3.4 adds support for singledispatch
   - Python 3.5 adds support for typing: 
   https://docs.python.org/3.5/library/typing.html
   - Add mypy <https://pypi.org/project/mypy/> to Travis tests.

The typing module adds support for type annotations of various kinds to 
Python. Using mypy in Travis would enforce type-checking.

Type declarations would be beneficial to:

   - analyze the code and find potential bugs
   - serve as a first step before translating the code to C++


-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/c7640d2a-802a-4ec9-890f-66a18d202395%40googlegroups.com.

Reply via email to