> 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.

ACK, thanks!  Merged, since it's obviously correct..  But I'd consider
it a bug that distutils does not accept an iterable.
_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to