Nice work. What is the planned release date?
Application objects seem a great idea. I think I have seen too many
ad-hoc implementations already.
I don't think the given examples state this, so -- could we also
introduce a response object that could be explicitly used within the
handler methods? For example:
class hello:
def GET(self):
return web.response()
class again:
def POST(self):
return hello.GET(self)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---