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 <[email protected]>
In-reply-to <[email protected]>
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