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 terry.reedy
Recipients terry.reedy, yselivanov
Date 2014-05-27.05:53:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
My understanding is that when a builtin is converted, a) the docstring signature disappears, and b) getfullargspec calls str(signature). I need to check what now happens with .getfullargspec version .signature for uncoverted builtins and if any changes should be made now.
History
Date User Action Args
2014-05-27 05:53:14terry.reedysetrecipients: + terry.reedy, yselivanov
2014-05-27 05:53:14terry.reedysetmessageid: <[email protected]>
2014-05-27 05:53:14terry.reedylinkissue19903 messages
2014-05-27 05:53:13terry.reedycreate