Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Am I missing something? Annotations aren't supported by Python 2 so if you're using them then you never need to worry about Python 2/3 compatibility.


Yes and no.

Annotations in comments or in type stubs are supported in python2 (you can look at typeshed for typing.Text and conditional py2/3 stuff). There's also some other cases, but they're...unique.


mypy supports comment-based annotations for Python 2. https://mypy.readthedocs.io/en/latest/python2.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: