> "However, again, the template lookup is handled entirely by the plugin, > so it can do whatever it wants. A future plugin may load templates from > a database, using a completely different notation to identify them." > > and also mentions that dotted-path notation is required for template > engines whose inheritance model relies on Python modules, so I don't > understad why dotted-path notation should be deprecated.
OK, how about this. We leave dotted path support for those engines that support it natively. We encourage search path usage for those engines that have it. And for engines that do something altogether strange, well, they get to do what they want. But dotted paths are supported natively in both genshi and mako (though IIRC mako's support is just to treat dots as slashes and look things up in the search path normally), so we have full backwards compatibility, and don't have to break anything. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
