"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
(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