Peter Otten wrote:
> Duncan Smith wrote:
>
>
>> In moving from 2.4 to 2.5 I find that some of my unit tests are now
>>failing. I've worked out that the problem relates to the set update
>>method. In 2.4 I could update a set with an iterable type derived from
>>dict as the argument. I now f
Duncan Smith wrote:
> In moving from 2.4 to 2.5 I find that some of my unit tests are now
> failing. I've worked out that the problem relates to the set update
> method. In 2.4 I could update a set with an iterable type derived from
> dict as the argument. I now find that the set is update
Hello,
In moving from 2.4 to 2.5 I find that some of my unit tests are now
failing. I've worked out that the problem relates to the set update
method. In 2.4 I could update a set with an iterable type derived from
dict as the argument. I now find that the set is updated with the hash
values