I've uploaded another port of Jinja2 (this time of version 2.2.1) to
Python3.x to the Google Groups files section.

The steps to port are rather simple:
1) Run Jinja2 trunk through 2to3.py tool
2) Replace all calls to file() with open()
3) Set the default value for utils.open_if_exists to (filename,
mode='rb')
4) Change the 'str' in line 444 in environment.py to 'bytes'

I've included the tests (which pass).

Thanks for the awesome template engine!

-tim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" 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/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to