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 jvr
Recipients
Date 2002-11-25.14:06:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Now that patch #642500 is in, it only seems logical to
also allow keyword args in dict.update(). This patch
simply reuses dict_init(), so d.update(seq_of_items)
also works. I'm not conviced of the neccessity of this
patch, but the implementation is very simple. Doc and
test will follow (also: gladly accepted ;-) if the idea
is accepted.

Side effect: d.update() (no args!) raises no exception
anymore.
History
Date User Action Args
2007-08-23 15:18:30adminlinkissue643565 messages
2007-08-23 15:18:30admincreate