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 rhettinger
Recipients ivank, rhettinger
Date 2010-10-30.06:07:23
SpamBayes Score 0.0014269518
Marked as misclassified No
Message-id <1288418845.77.0.561784591427.issue10240@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that we should mention the fast path for dicts.  That is an implementation detail and may not be present in IronPython, PyPy, Jython, etc.

The current version includes:

  D.updated(E, **F) --> None.  Updated D for dict/iterable E and F.

ISTM that covers the semantics of what it does.  Your proposed modification gets into how it does it.
History
Date User Action Args
2010-10-30 06:07:25rhettingersetrecipients: + rhettinger, ivank
2010-10-30 06:07:25rhettingersetmessageid: <1288418845.77.0.561784591427.issue10240@psf.upfronthosting.co.za>
2010-10-30 06:07:24rhettingerlinkissue10240 messages
2010-10-30 06:07:23rhettingercreate