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.

Author larry
Recipients brett.cannon, larry, meador.inge, skrah, tim.peters
Date 2014-01-09.17:15:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389287741.2.0.818034235012.issue20189@psf.upfronthosting.co.za>
In-reply-to
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."
History
Date User Action Args
2014-01-09 17:15:41larrysetrecipients: + larry, tim.peters, brett.cannon, skrah, meador.inge
2014-01-09 17:15:41larrysetmessageid: <1389287741.2.0.818034235012.issue20189@psf.upfronthosting.co.za>
2014-01-09 17:15:41larrylinkissue20189 messages
2014-01-09 17:15:41larrycreate