Re: Decorator for use with cgilib

2006-07-31 Thread Paul McGuire
"Paul McGuire" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > (if anyone still uses cgilib, in the presence of Django, TG, et al.)... > > I tried out a simple CGI Python script this week, and was a bit annoyed at > the repetitive ,,, etc. opening and closing tags for each > request h

Decorator for use with cgilib

2006-07-31 Thread Paul McGuire
(if anyone still uses cgilib, in the presence of Django, TG, et al.)... I tried out a simple CGI Python script this week, and was a bit annoyed at the repetitive ,,, etc. opening and closing tags for each request handler method. So I wrote a decorator to handle this junk. It's posted on the Pyth