In another thread (on pylons devel) you mentioned that there is some stuff in there to aid subclassing Request for various purposes and something about the way that extra attributes are mapped into the WSGI environ. I think that stuff would be very helpful to document given that pylons and TG2 may be making some decisions which could be impacted by that soon. ;)
--Mark On Dec 17, 2007 7:35 PM, Ian Bicking <[EMAIL PROTECTED]> wrote: > 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 > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
