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 msullivan
Recipients larry, msullivan, serhiy.storchaka
Date 2019-02-16.04:57:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550293044.01.0.425180251536.issue34235@roundup.psfhosted.org>
In-reply-to
Content
A downside of the "allow $ twice" approach is that it means splitting up the positional arguments, and a lot of the processing loop is built around the assumption that the index into the keyword list and the index into the argument tuple coincide (for positional arguments).

It can certainly be done, but I worry it'll be an invasive change
History
Date User Action Args
2019-02-16 04:57:24msullivansetrecipients: + msullivan, larry, serhiy.storchaka
2019-02-16 04:57:24msullivansetmessageid: <1550293044.01.0.425180251536.issue34235@roundup.psfhosted.org>
2019-02-16 04:57:24msullivanlinkissue34235 messages
2019-02-16 04:57:23msullivancreate