If you update to WebOb trunk (which will be 0.9) you'll find a backward incompatible change to the constructor of webob.Response() -- the first argument is now the body. This matches some other response objects, and generally can be more convenient.
Also the default content type on responses is text/html, and there is now a default charset of utf8. Again this makes WebOb a bit closer to application-oriented framework response objects. I don't really have any other changes planned for WebOb before it goes to 1.0, though if you have anything you'd like to see please speak up, especially if it involves an API change -- now is the time! Also, if there is any documentation for WebOb that you think would be helpful, I am willing to write more docs for WebOb. I want to get WebOb really truly finished (and start building more stuff on it, and deprecating stuff in Paste), so I'm pushing a little harder on this particular project. -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
