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 r.david.murray
Recipients eitan.adler, paalped, r.david.murray
Date 2018-05-25.16:04:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527264273.35.0.682650639539.issue33647@psf.upfronthosting.co.za>
In-reply-to
Content
That is not kwargs, that's a passing a dict.  Which is what you would want, since the strings you want to replace might not be valid identifiers, and so couldn't be passed as keyword arguments.

I think I'm -0.5 on this.  I don't think complicating the api is worth the benefit, given that you can already chain replace calls.  (And note that before dicts became ordered by language definition this would have been a non-starter, which is probably also a mark against it.)
History
Date User Action Args
2018-05-25 16:04:33r.david.murraysetrecipients: + r.david.murray, eitan.adler, paalped
2018-05-25 16:04:33r.david.murraysetmessageid: <1527264273.35.0.682650639539.issue33647@psf.upfronthosting.co.za>
2018-05-25 16:04:33r.david.murraylinkissue33647 messages
2018-05-25 16:04:33r.david.murraycreate