Re: Why pass macros to TALInterpreter?
Dieter Maurer <[email protected]> Fri, 23 Sep 2005 19:37:21 +0200
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
Thomas Lotze wrote at 2005-9-22 17:42 +0200: > ... >Is this something I misunderstand, or could the macros argument be >eliminated? If the latter, are there any compelling compatibility reasons >against removing it? There are only a few calls to the method in zope.* Removing positional arguments is dangerous for compatibility reasons: it will break code that rely on the current signature. -- Dieter