Message 264683 - Python tracker (original) (raw)

Message264683

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 "", line 1 SyntaxError: keyword argument repeated
History
Date User Action Args
2016-05-02 23:40:18 gregory.p.smith set recipients: + gregory.p.smith, rhettinger, terry.reedy, jcea, benjamin.peterson, r.david.murray, ebfe, Ramchandra Apte, Albert.Ferras
2016-05-02 23:40:18 gregory.p.smith set messageid: 1462232418.54.0.867969527484.issue16385@psf.upfronthosting.co.za
2016-05-02 23:40:18 gregory.p.smith link issue16385 messages
2016-05-02 23:40:18 gregory.p.smith create