Message 207758 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
Yes, it's just Python syntax, so you'd use "->".  However, you are not permitted to according to PEP 8:

"The Python standard library will not use function annotations as that would result in a premature commitment to a particular annotation style."