James Antill wrote:
On Wed, 2008-02-13 at 18:55 +0100, Florian Festi wrote:
-        self.removedmembers = {}
+        self._unresolvedMembers = set()
[...]
-    def getRemovedMembers(self, pkgtup=None):

 These are both API changes, no?

Sort of. Both were added in 3.2.3 and are only useful for the inner depsolver loop (which is what I am altering here). No 3rd party should be messing up with this. So any pain inflicted to those fiddling with their own desolving loop is very welcome.

If people feel better we can keep the method and variable. But I'd feel better if we had an "exit strategy" to get rid of it some times in the future.

Florian
_______________________________________________
Yum-devel mailing list
[email protected]
https://lists.dulug.duke.edu/mailman/listinfo/yum-devel

Reply via email to