Message2846

Author ayeshaiqbal
Recipients
Date 2007-08-29.07:12:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I have attached a patch which fixes this issue.Now the in  and not in keywords will call check if the object is an instance of PyDictionary .If so has_key() will be called instead of __contains__()
History
Date User Action Args
2008-02-20 17:18:48adminlinkissue1783803 messages
2008-02-20 17:18:48admincreate