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 barry, brett.cannon, gennad, gvanrossum, jkloth, larry, ncoghlan, serhiy.storchaka, skrah, zach.ware
Date 2014-01-21.21:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390340985.38.0.657863843683.issue20326@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: I'm going to add PEP 457 features to the text signature, because
without them the inspect.Signature objects will be wrong.  So __doc__ and __text_signature__ would have to remove those first before handing the string to ast.parse.

I wasn't seriously proposing that __doc__ and __text_signature__ parse the string. That would obviously be a waste of CPU.  I was simply taking the argument to its logical extreme.
History
Date User Action Args
2014-01-21 21:49:45larrysetrecipients: + larry, gvanrossum, barry, brett.cannon, ncoghlan, jkloth, skrah, gennad, zach.ware, serhiy.storchaka
2014-01-21 21:49:45larrysetmessageid: <1390340985.38.0.657863843683.issue20326@psf.upfronthosting.co.za>
2014-01-21 21:49:45larrylinkissue20326 messages
2014-01-21 21:49:45larrycreate