arogozhnikov / python3_with_pleasure

A short guide on features of Python 3 with examples
3.63k stars 242 forks source link

"Other usages of function annotations" should be removed? #18

Closed methane closed 5 years ago

methane commented 6 years ago

See https://www.python.org/dev/peps/pep-0563/#non-typing-usage-of-annotations

With this in mind, uses for annotations incompatible with the aforementioned PEPs should be considered deprecated.

arogozhnikov commented 5 years ago

After updating text to python 3.7 this point was removed.