On 04/05/2013 03:12 PM, Martin Kletzander wrote: > In python 3, the string module doesn't have 'split' function anymore > and users are encouraged to use '.split()' on the string itself. Also > 'map()' is lazy and returns an iterable map object, but setup expects > only a list, so it has to be wrapped in 'list()'. All of this works > with python2 as well. >
Oh, darn, I forgot to mention this is for yum-metadata-parser package. Martin _______________________________________________ Yum-devel mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/yum-devel
