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 serhiy.storchaka
Recipients Arfrever, carsten.klein@axn-software.de, georg.brandl, larry, mark.dickinson, r.david.murray, serhiy.storchaka, terry.reedy
Date 2012-12-29.18:41:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356806468.96.0.270935735231.issue16801@psf.upfronthosting.co.za>
In-reply-to
Content
> pydoc could recognize this (if docstring.startswith(func.__name__ + '(') or something like that), and display the given signature instead of the introspected one.

Looks good for me.
History
Date User Action Args
2012-12-29 18:41:09serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, mark.dickinson, larry, Arfrever, r.david.murray, carsten.klein@axn-software.de
2012-12-29 18:41:08serhiy.storchakasetmessageid: <1356806468.96.0.270935735231.issue16801@psf.upfronthosting.co.za>
2012-12-29 18:41:08serhiy.storchakalinkissue16801 messages
2012-12-29 18:41:08serhiy.storchakacreate