Re: set update in 2.5

2007-01-29 Thread Duncan Smith
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

Re: set update in 2.5

2007-01-28 Thread Peter Otten
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

set update in 2.5

2007-01-27 Thread Duncan Smith
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