nap a écrit :
> It's true, but getting a python 2.4 compatibility will need some hacks
> (like redefine the set() call or other funny things) and will ask for
> more packages dependancies (multiprocessing at least). 

What's the issue with set() ?
Python 2.4 introduces the new builtin type: set
Python 2.6 deprecates the old module Sets.

the built-in set a some new interface in python 2.6, but nothing really 
important.

Supporting 2.3 and 2.4 with set is really painfull, but not between 2.4 and 2.6 
:)


> RH users are always long to use a enw tool, so when they will look at
> shinken, we will be at the end of the RHEL6 support phase ;)

I hope not :)

> I'll look at 2.4 compatibility, if it's just a hack for set and some
> exceptions rewrite (there is no "as" before 2.6 for exceptions, just
> ',' so the code is very ugly....) we can change it. If not, RH users
> will wait a little or add few lines in their repos.d directory :)

Up to you, but I thin it worths it :)

-- 
Aurelien Degremont


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to