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 skrah
Recipients brett.cannon, larry, meador.inge, skrah, tim.peters
Date 2014-01-09.18:48:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140109184818.GA24577@sleipnir.bytereef.org>
In-reply-to <1389287741.2.0.818034235012.issue20189@psf.upfronthosting.co.za>
Content
> Yes, it's just Python syntax, so you'd use "->".

I tried that, but it didn't filter through to inspect.signature().

> However, you are not permitted to according to PEP 8:

Ah, too bad. Return annotations are nice.
History
Date User Action Args
2014-01-09 18:48:19skrahsetrecipients: + skrah, tim.peters, brett.cannon, larry, meador.inge
2014-01-09 18:48:19skrahlinkissue20189 messages
2014-01-09 18:48:19skrahcreate