"Andy Dingley" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

> pluginVersionNeeded is a parameter passed into a method and it can
> either be a simple scalar variable, or it can be a list of the same
> variables.

The obvious question would be, "is there a good reason why you don't
change the API to always require a list?" Then you can just write:
myFunction( [scalarParameter] ) when you have only one variable. 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to