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 eric.araujo
Recipients eric.araujo, georg.brandl, l0nwlf, loewis, pitrou, twhitema
Date 2010-04-09.12:35:42
SpamBayes Score 1.8795236e-06
Marked as misclassified No
Message-id <1270816545.34.0.133065864697.issue8350@psf.upfronthosting.co.za>
In-reply-to
Content
Hello

This is a recurrent problem with Python functions implemented in C. Since introspection is not possible, developers have to use the first line of the docstring to write the signature, including default arguments. With your patch, people can’t rely on IDE tooltips that display introspected signature + first line of docstring anymore.

The ideal right fix would be for C functions to support introspection, e.g. with PEP 362.

Regards
History
Date User Action Args
2010-04-09 12:35:45eric.araujosetrecipients: + eric.araujo, loewis, georg.brandl, pitrou, twhitema, l0nwlf
2010-04-09 12:35:45eric.araujosetmessageid: <1270816545.34.0.133065864697.issue8350@psf.upfronthosting.co.za>
2010-04-09 12:35:43eric.araujolinkissue8350 messages
2010-04-09 12:35:42eric.araujocreate