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 ncoghlan
Recipients brett.cannon, larry, ncoghlan, r.david.murray, yselivanov
Date 2014-03-31.22:29:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7d26u89A=BxALO4R0kujHYfO0fmA0gh1Va_Cp9WzJS+kA@mail.gmail.com>
In-reply-to <1396304234.88.0.0458184458275.issue21117@psf.upfronthosting.co.za>
Content
On 1 Apr 2014 08:17, "Yury Selivanov" <report@bugs.python.org> wrote:
>
> > I'm +0 on new types to clean that up if necessary, but would prefer it
if
> we could just improve the translation to ordinary signature objects
instead.
>
> I'm not sure I understand what you mean by "translation to ordinary
signature objects". Could you please elaborate on this?

If arguments bound by position disappear from the signature, and those
bound by keyword are mapped to keyword-only parameters with a default, we
should get a valid and accurate signature. That's a 3.4.1 bug fix, rather
than a 3.5 feature.
History
Date User Action Args
2014-03-31 22:29:52ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, r.david.murray, yselivanov
2014-03-31 22:29:52ncoghlanlinkissue21117 messages
2014-03-31 22:29:51ncoghlancreate