Message2931

Author mehendran
Recipients
Date 2007-10-17.08:05:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Patch is uploaded. Due to this, the dict.update() method
now accepts the same argument forms as the dict
constructor. This includes any mapping, any iterable of 
key/value pairs, and keyword arguments.

test_dict.py is copied from CPython2.4 for test cases.
In the above file test_fromkeys and test_mutatingiteration are failing. So,they are exclued.
And, test cases dependent on mapping_tests module 
are also commented out.
History
Date User Action Args
2008-02-20 17:18:52adminlinkissue1814929 messages
2008-02-20 17:18:52admincreate