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 docs@python, nre3976, r.david.murray
Date 2016-12-16.14:06:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481897161.3.0.1618513129.issue28986@psf.upfronthosting.co.za>
In-reply-to
Content
update([iterable]) is a specific case of update(*others).  udpate([1, 2], [3, 4]) is another specific case.
History
Date User Action Args
2016-12-16 14:06:01r.david.murraysetrecipients: + r.david.murray, docs@python, nre3976
2016-12-16 14:06:01r.david.murraysetmessageid: <1481897161.3.0.1618513129.issue28986@psf.upfronthosting.co.za>
2016-12-16 14:06:01r.david.murraylinkissue28986 messages
2016-12-16 14:06:01r.david.murraycreate