Re: [gentoo-portage-dev] [RFC/PATCH v2] New objects cpv, pv and version to be used instead of raw strings.

2008-07-26 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ali Polatel wrote: Thanks for the comments. I haven't been able to finish reviewing your patch yet but I just want you to know that it's still in my queue. Zac -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux)

[gentoo-portage-dev] [RFC/PATCH v2] New objects cpv, pv and version to be used instead of raw strings.

2008-07-23 Thread Ali Polatel
Thanks for the comments. Version 2, updates: * Use import sys instead of from sys import hexversion * Use super() to call functions from parent class. * Fix initialization, used to pass m.groups() to parent object which is a leftover from older versions where I used to subclass list instead of