Message1979

Author mehendran
Recipients
Date 2007-10-17.07:06:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
From Python 2.4 onwards, the dict.update() method accepts
the same argument forms as the dict constructor.
This includes any mapping, any iterable of key/value
pairs, and keyword arguments.

testcase file : test_dict.py
History
Date User Action Args
2008-02-20 17:18:05adminlinkissue1814904 messages
2008-02-20 17:18:05admincreate