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 serhiy.storchaka
Recipients Sam De Meyer, docs@python, serhiy.storchaka
Date 2017-05-09.20:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494362136.53.0.534834000192.issue30322@psf.upfronthosting.co.za>
In-reply-to
Content
I can't believe in this since one-argument iter() just calls PyObject_GetIter().

dict.update() accepts either a dict-like object (which should have the keys() method) or an iterable producing key-value pairs. If your dict-like object doesn't work as expected, check that it has the keys() method.
History
Date User Action Args
2017-05-09 20:35:36serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, Sam De Meyer
2017-05-09 20:35:36serhiy.storchakasetmessageid: <1494362136.53.0.534834000192.issue30322@psf.upfronthosting.co.za>
2017-05-09 20:35:36serhiy.storchakalinkissue30322 messages
2017-05-09 20:35:36serhiy.storchakacreate