On Feb 11, 2008 11:17 AM, Tim Chase <[EMAIL PROTECTED]> wrote:
> There are a couple possibilities that occur to me, but without
> seeing the code, it's hard to tell.  Functions/methods can
> certainly take more than 255 parameters, though it may have to be
> done through *args/**kwargs format; or the parsing regexp may be
> phenomenally complex.

Yeah, you have to use *args/**kwargs, otherwise you can't pass more
than 255 arguments.

Not that I've ever tried and run into this and then double-checked it
in Python's source or anything... ;)


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to