From 3d9dd0e9c1e88c2260de2fee1db8108d44867a8f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 31 Oct 2010 03:01:18 -0400 Subject: - Renderer factories now accept a *dictionary* rather than an absolute resource specification or an absolute path. The dictonary contains the following keys: ``name`` (the ``renderer=`` value), ``package`` (the 'current package' when the renderer configuration statement was found), ``type``: the renderer type, and ``registry``: the current registry. Third-party ``repoze.bfg`` renderer implementations that must be ported to Pyramid will need to account for this. This change was made to support more flexible Mako template rendering. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 31276c18f..92bc7bc23 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ .coverage env26 env24 +env27 build/ -- cgit v1.2.3