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 gennad, larry, meador.inge, serhiy.storchaka, vajrasky, zach.ware
Date 2013-12-27.19:11:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388171485.58.0.281621469404.issue20075@psf.upfronthosting.co.za>
In-reply-to
Content
One of the relevant PEPs (PEP 8?  PEP 7?  the annotations PEP?) states that the Python standard library is not permitted to use annotations.  And considering that Argument Clinic is an internal-only tool, we could probably justify the decision to not allow annotations to creep through.

That said, I think it's harmless, and it might be useful to somebody, so go ahead and propagate the annotation from the __text_signature__ into inspect.Signature if we get a valid one.  But please create a separate issue for it.  (I encourage you to cut-and-paste this text into the description of that new issue.)
History
Date User Action Args
2013-12-27 19:11:25larrysetrecipients: + larry, meador.inge, gennad, zach.ware, serhiy.storchaka, vajrasky
2013-12-27 19:11:25larrysetmessageid: <1388171485.58.0.281621469404.issue20075@psf.upfronthosting.co.za>
2013-12-27 19:11:25larrylinkissue20075 messages
2013-12-27 19:11:25larrycreate