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 yselivanov
Recipients r.david.murray, rmccampbell7, yselivanov
Date 2014-06-25.17:03:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403715814.55.0.465803364608.issue21684@psf.upfronthosting.co.za>
In-reply-to
Content
> But I can't think of any use case when it would be undesirable to include the extra parameters

One use case is that you are actually loosing information what arguments Signature.bind() was called with, when defaults are included. In some cases this information is important.

> hence the possibility of a separate method

Since it's relatively easy to add mix defaults in, I'd prefer to be conservative here, and wait for a stronger community interest before adding a new method to API.

But thanks for the bug report. If you find any other use cases for a separate method, please feel free to update this issue.
History
Date User Action Args
2014-06-25 17:03:34yselivanovsetrecipients: + yselivanov, r.david.murray, rmccampbell7
2014-06-25 17:03:34yselivanovsetmessageid: <1403715814.55.0.465803364608.issue21684@psf.upfronthosting.co.za>
2014-06-25 17:03:34yselivanovlinkissue21684 messages
2014-06-25 17:03:34yselivanovcreate