Message 215270 - Python tracker
Message215270
| 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:08 | ncoghlan | set | recipients: + ncoghlan, brett.cannon, larry, r.david.murray, yselivanov |
| 2014-03-31 21:36:08 | ncoghlan | link | issue21117 messages |
| 2014-03-31 21:36:08 | ncoghlan | create | |