Hello all, I've been using pylons for a few years now and never had the need (or wish) to use either webhelpers or formencode. (To be honest the only need for webhelpers sometimes is the paginate module, which is imo unfortunately moved to the webhelpers package). Looking through the source of pylons it should be relatively easy to drop the dependencies on both of the modules. The reasoning behind this is that it makes pylons a bit leaner and deployment easier. If you do actually need them they are easily installable via pip install, right ? :-)
My proposal is to move the formencode decorators in pylons.decorators to the webhelpers module. I would like to do the work but I first want to know if there are any objections to it. Regards, Michael -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
