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
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to