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.21:36:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7dkdNuN4ODHMVjXUY4=MVxVKXBFQtUwSbG76CqtQzzVSg@mail.gmail.com>
In-reply-to <1396301338.52.0.95368484052.issue21117@psf.upfronthosting.co.za>
Content
The already bound arguments should be treated as additional keyword-only
arguments, and already bound positional arguments hidden completely.

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.
History
Date User Action Args
2014-03-31 21:36:08ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, r.david.murray, yselivanov
2014-03-31 21:36:08ncoghlanlinkissue21117 messages
2014-03-31 21:36:08ncoghlancreate