PageTemplate.pt_context signature

Thomas Lotze <[email protected]> Wed, 16 Jan 2008 19:29:09 +0100
Newsgroups gmane.comp.web.zope.page-templates
Message-ID <[email protected]>
Is there some reason for PageTemplate.pt_context to accept arbitrary
keyword arguments, but ignore them? It seems to me that it would be
cleaner to not accept those arguments in the first place.

Alternatively, they might just be added to the context returned by this
method, just like the specified args and options parameters. This is
actually described as a possible reason for subclassing in readme.txt.

What am I missing?

--=20
Thomas