> Is there a reason that there are so many related functions grouped as > methods of the Parser class (template.py 64--460) instead of them being > in a separate template module? Is it OK if I untangle that and put all > those things in their own module?
Just for simplicity. I prefer to keep the complete template implementation in a single module. Anand --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
