[Bitbake-dev] [PATCH 1/1] lib: remove use of 'sets' to make Python 2.6 happy
Krzysztof Kotlenga
pocek at users.sf.net
Tue Apr 21 21:30:32 CEST 2009
Marcin Juszkiewicz wrote:
> def iterkeys(cls):
> - raise TypeError("sets don't have keys")
> + raise TypeError("set don't have keys")
>
> def iteritems(cls):
> - raise TypeError("sets don't have 'items'")
> + raise TypeError("set don't have 'items'")
This doesn't sound right...
--
The fact is, most software is crap, and most software developers
are lazy and stupid. Same as most customers are stupid too.
-- Hua Zhong, Linux Kernel Mailing List
More information about the bitbake-devel
mailing list