There are some cases that won't change the language. Python can easily add better support for static analysis without changing the language at all. I shouldn't have to do this:
"""
:type member_list: list of [string]
"""
To have that hinting. I know this is getting better, but it isn't to the point of being very useful.
""" :type member_list: list of [string] """
To have that hinting. I know this is getting better, but it isn't to the point of being very useful.