Hey all,

There have been a bunch of changes made to pyramid_mako to add features that 
were missing (such as caller relative templating), this is an alpha release and 
I would appreciate it if people would test it, and if there are any issues 
please submit them to https://github.com/Pylons/pyramid_mako/issues.

The following changes were made:

- Caller-relative template lookup is now supported. Any template that fails
  to be found in the default search paths will be searched relative to the
  caller package.
- Allow overriding the ``pyramid.reload_templates`` using
  ``mako.reload_templates``.
- Change the way that custom user values passed to the renderer are merged with
  the system provided variables. This allows the user to pass in a variable
  named 'context' and have it correctly override the system provided context,
  and THEN get correctly renamed so that Mako doesn't complain about a variable
  being passed in that isn't allowed due to it being reserved.
- Drop testing dependency on ``nose-selecttests``.

Thanks,
Bert JW Regeer

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to