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 martin.panter
Recipients SilentGhost, aroberge, docs@python, larry, martin.panter, random832
Date 2015-12-05.23:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449357719.15.0.851741475118.issue25810@psf.upfronthosting.co.za>
In-reply-to
Content
See Issue 8706 about changing functions and methods to accept keyword arguments. But this cannot be done in general. What would you call the first argument to dict() such that all possible keyword arguments still work? What is the first range() argument called: start or stop?
History
Date User Action Args
2015-12-05 23:21:59martin.pantersetrecipients: + martin.panter, larry, aroberge, SilentGhost, docs@python, random832
2015-12-05 23:21:59martin.pantersetmessageid: <1449357719.15.0.851741475118.issue25810@psf.upfronthosting.co.za>
2015-12-05 23:21:59martin.panterlinkissue25810 messages
2015-12-05 23:21:59martin.pantercreate