Message102714
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 |
|
Date |
User |
Action |
Args |
2010-04-09 12:35:45 | eric.araujo | set | recipients:
+ eric.araujo, loewis, georg.brandl, pitrou, twhitema, l0nwlf |
2010-04-09 12:35:45 | eric.araujo | set | messageid: <1270816545.34.0.133065864697.issue8350@psf.upfronthosting.co.za> |
2010-04-09 12:35:43 | eric.araujo | link | issue8350 messages |
2010-04-09 12:35:42 | eric.araujo | create | |
|