> > It appears that there is a 255 argument limit in Python 2.4.3? > maybe the argument limit is for the sake of not making functions too complicated. if your function takes more than 200 arguments it can probably go to thedailywtf.com, better be strict like i am and even avoid making a 100 arguments function. :)