[Distutils] Buildout: Funky syntax for Extending sections (macros)

Jim Fulton jim at zope.com
Fri Jun 18 19:20:09 CEST 2010


On Fri, Jun 18, 2010 at 1:12 PM, Suresh V. <suresh_vv at yahoo.com> wrote:
> Why does buildout use the "<=" syntax for this? Wouldn't it be nicer to just
> overload "extends"?

Someone might already have been using this name. In fact, I knew of
some recipes that did.

I chose that syntax because it conveyed flow of information from the
named section, as in:

  [bar]
  <= foo

which can be read as "bar gets data from foo".  <shrug>

Jim

-- 
Jim Fulton


More information about the Distutils-SIG mailing list