Re: [Zope-dev] Buildout parameter parsing

2008-06-03 Thread Rafael Oliveira
On Tue, Jun 3, 2008 at 9:52 AM, Malthe Borch <[EMAIL PROTECTED]> wrote: > I think a valuable extension to the parameter parsing in buildout's > configuration language would be to allow += and -= operators, which would > append and remove items, respectively. > > Example: > > [instance] > eggs += Pr

[Zope-dev] Buildout parameter parsing

2008-06-03 Thread Malthe Borch
I think a valuable extension to the parameter parsing in buildout's configuration language would be to allow += and -= operators, which would append and remove items, respectively. Example: [instance] eggs += Products.PDBDebugMode Singular or plural arguments would be supported. \malthe ___