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 gregory.p.smith
Recipients Albert.Ferras, Ramchandra Apte, benjamin.peterson, ebfe, gregory.p.smith, jcea, r.david.murray, rhettinger, terry.reedy
Date 2016-05-02.23:40:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462232418.54.0.867969527484.issue16385@psf.upfronthosting.co.za>
In-reply-to
Content
Raising an error on duplicates also has precedent:

>>> dict(a=3, b=4, a=5)
  File "<stdin>", line 1
SyntaxError: keyword argument repeated
History
Date User Action Args
2016-05-02 23:40:18gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, terry.reedy, jcea, benjamin.peterson, r.david.murray, ebfe, Ramchandra Apte, Albert.Ferras
2016-05-02 23:40:18gregory.p.smithsetmessageid: <1462232418.54.0.867969527484.issue16385@psf.upfronthosting.co.za>
2016-05-02 23:40:18gregory.p.smithlinkissue16385 messages
2016-05-02 23:40:18gregory.p.smithcreate