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 pv
Recipients georg.brandl, pv
Date 2008-07-24.21:11:06
SpamBayes Score 0.040911626
Marked as misclassified No
Message-id <1216933869.53.0.367137904907.issue3422@psf.upfronthosting.co.za>
In-reply-to
Content
Suggested patch attached. Tested on Numpy documentation.

It adds a new signal,

    autodoc-process-signature(app, what, name, obj, options,
                              signature, return_annotation)

which is assumed to return either None or a 
new (signature, return_annotation) tuple. Warnings are raised
only if introspection fails and none of the event handlers returns
a new signature.
History
Date User Action Args
2008-07-24 21:11:09pvsetspambayes_score: 0.0409116 -> 0.040911626
recipients: + pv, georg.brandl
2008-07-24 21:11:09pvsetspambayes_score: 0.0409116 -> 0.0409116
messageid: <1216933869.53.0.367137904907.issue3422@psf.upfronthosting.co.za>
2008-07-24 21:11:08pvlinkissue3422 messages
2008-07-24 21:11:08pvcreate