--
Ticket URL: <http://www.pkgcore.org/trac/pkgcore/ticket/228>
pkgcore <http://www.pkgcore.org/trac/pkgcore>
pkgcore package manager
Comment(by agaffney):
I don't think your patch works the way you think it does. The new code
creates a "detached" instance of the PackageRestriction class instead of
calling the superclass's __init__() with 'self' like the old code did to
pass state.
--
Ticket URL: <http://www.pkgcore.org/trac/pkgcore/ticket/228#comment:1>
Comment(by djanderson):
Replying to [comment:1 agaffney]:
> I don't think your patch works the way you think it does. The new code
creates a "detached" instance of the PackageRestriction class instead of
calling the superclass's __init__() with 'self' like the old code did to
pass state.
Ah, I see. I didn't take a close look, in fact this error hit me 2 seconds
after I installed pkgcore for the first time, so I'm not yet familiar with
it. Thanks for pointing out my error, I'll retract the patch.
--
Ticket URL: <http://www.pkgcore.org/trac/pkgcore/ticket/228#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
Sorry for missing this, this was fixed in 0.4.7.16; I've been sitting on
this fix (and other py2.6 ones) for a bit, pardon.
--
Ticket URL: <http://www.pkgcore.org/trac/pkgcore/ticket/228#comment:3>