On Wed, 2009-12-09 at 17:06 +0100, Marc Olzheim wrote: > > > So... Is it ok to use [Ss]ets and if so, what is the preferred way to > > > ensure python version compatibility ? ;-) > > > > This patch is against master, which requires python 2.6. Regardless, 'set' > > was added in 2.4, the sets module is only needed in 2.3. Even bitbake 1.8 > > branch requires at least 2.4. See > > http://www.python.org/doc/2.4/whatsnew/node2.html. > > Yeah, ok. Well, I guess I just incorrectly thought that older python > versions still needed to be supported. Fine by me :-)
python 2.3 is too old. 2.4 and onwards are supported by 1.8. master is currently 2.6 onwards. Cheers, Richard _______________________________________________ Bitbake-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bitbake-dev
