casesdb.define_table('case_
data',*casedata_halfschema,migrate=True) #works python 2.6 but not in 2.5
it worked after you corrected me to,
casesdb.define_table('case_
data',migrate=True,*casedata_halfschema) #works both
But i didn't see it was mention that , it is changed in python 2.6 at python
site/mailing list.
On Sun, Aug 1, 2010 at 10:32 PM, mdipierro <[email protected]> wrote:
>
> > Did python community mentioned Syntax change for *args in 2.6 ?
>
> tell us more

