Kevin Dangoor <[EMAIL PROTECTED]> writes: >> +1 on short aliases (though I don't like the uppercase single letters). > > I'm going to go the route of "from turbogears import expose, validate, > redirect..." in docs and quickstart... but, this is still Python and > the imports will still be explicitly stated. So, whichever style of > importing appeals most to you will still be available.
I believe having the full name -- be it turbogears.expose or expose -- is the best approach for a tutorial and for documentation. It makes things more clear and won't let details scape as easily. -- Jorge Godoy <[EMAIL PROTECTED]>

