Hi, Seppo11 wrote: > 1.) I want to start a project using werkzeug real soon and want to > know if I should start with 0.5 or if I should wait until 0.6 is > released? Will it be a lot of work upgrading to 0.6 or are there only > small changes? Start using the development version then. It already contains most of the changes that will go into 0.6 except for the debugger ones and is constantly tested and should be stable.
Timeline for 0.6 depends on when Flickzeug is ready, the debugging component. > 2.) As python 3.1 gets more and more popular I also want to know if > there is already a timeline when werkzeug and jinja will be available > for python3? No plans so far. Jinja already runs on Python 3 if you run it through 2to3 for most of the stuff. Werkzeug depends on the WSGI specification which is currently not finalized and as far as I know, no work is done on it. The latest discussions about that topic just died. I would not care too much about Python 3 for web applications at the time of writing and for the near future. Regards, Armin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
