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 gvanrossum
Recipients David E. Franco G., gvanrossum
Date 2016-09-07.03:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473218023.04.0.573711900423.issue27989@psf.upfronthosting.co.za>
In-reply-to
Content
It seems the output produced here is generated by inspect.signature(), which is called by pydoc in this case (in both versions of docroutine()).

I don't know if the right thing to do is to change inspect.signature() here, or to change pydoc to use something else to format the argument list.
History
Date User Action Args
2016-09-07 03:13:43gvanrossumsetrecipients: + gvanrossum, David E. Franco G.
2016-09-07 03:13:43gvanrossumsetmessageid: <1473218023.04.0.573711900423.issue27989@psf.upfronthosting.co.za>
2016-09-07 03:13:43gvanrossumlinkissue27989 messages
2016-09-07 03:13:42gvanrossumcreate