Hi,
>The difference is mainly in the default options (SA, Genshi) and thus
>templates for quickstart. But all patches to 1.0 go in 1.1 also. You are
>right that at the moment their should be no other difference.
>
>
I just did a comparison, not much as you said. I noticed [3213] hadn't
been merged to 1.1, so I've done that.
There are two differences I couldn't understand:
diff -br tg10/turbogears/command/info.py tg11/turbogears/command/info.py
10c10
< "Toolbox Plugins" : "turbogears.toolboxcommand"}
---
> "Toolbox Gadgets" : "turbogears.toolboxcommand"}
diff -br tg10/turbogears/view/base.py tg11/turbogears/view/base.py
349c349
< "genshi.lookup_errors" : config.get("genshi.lookup_errors",
"strict"),
---
> "genshi.variable_lookup" :
config.get("genshi.variable_lookup", "strict"),
>As an example, removal of the active_mapper code (since it is deprecated
>
>
Hopefully ActiveMapper will still be usable; you'll just need to put a
line at the top of the model to connect ActiveMapper to TurboGears.
>At the same time I'd like to propose/discuss the drop of python 2.3
>
>
I'd say not for 1.1, as most of the hard work has already been done.
Open to that for TG 2.0 though.
>I'll read all pending tickets in trac and see if no real blocking one is
>
>
Getting SA0.4 support in would be good, as this will probably be the
last TG release before SA0.4-final.
Paul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---